COLOR #09F502

HEX: #09F502
RGB: (9,245,2)

Color info

#09F502 contains mainly green color. Web safe color of #09F502 is #00FF00 (or #0F0).

RGB color model

#09F502 color RGB value is (9,245,2).

  • red value is 9;
  • green value is 245;
  • blue value is 2.
RGB:
(9,245,2)
(4%,96%,1%)

RGB channels and saturation

R 9 of 255 = 4%
G 245 of 255 = 96%
B 2 of 255 = 1%

9
245
2

R + G + B ~ 34%. #09F502 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 245 + 2 = 256 (100%)
R 9 of 256 ~ 3.52%
G 245 of 256 ~ 95.7%
B 2 of 256 ~ 0.78%

%95.7

CMYK color model

#09F502 color CMYK value is (96,0,99,4).

  • cyan value is 96.33%
  • magenta value is 0.00%
  • yellow value is 99.18%
  • key color value is 3.92%
CMYK:
(96,0,99,4)
C96M0Y99K4 
(96%,0%,99%,4%)
(0.96/0.00/0.99/0.04)	

CMYK percentages

%96.33
%0
%99.18
%3.92

Codes

Color #09F502 in popluar color models

09F502
RGB92452
HSL118°98.38%48.43%
HSB/HSV118°99.18%96.08%
CMYK96.33%0.00%99.18%
3.92%

Color #09F502 in popluar number systems.

HEX09F502
Decimal92452
Binary10011111010110
Octal113652

Shades and tints

Shades of #09F502

#09F502
(9,245,2)
#09DF02
(9,223,2)
#09C902
(9,201,2)
#09B302
(9,179,2)
#099D02
(9,157,2)
#098702
(9,135,2)
#097102
(9,113,2)
#095B02
(9,91,2)
#094502
(9,69,2)
#092F02
(9,47,2)
#091902
(9,25,2)
#000000
(0,0,0)

Tints of #09F502

#09F502
(9,245,2)
#1FF519
(31,245,25)
#35F530
(53,245,48)
#4BF547
(75,245,71)
#61F55E
(97,245,94)
#77F575
(119,245,117)
#8DF58C
(141,245,140)
#A3F5A3
(163,245,163)
#B9F5BA
(185,245,186)
#CFF5D1
(207,245,209)
#E5F5E8
(229,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09F502 color. Also use rgb(9,245,2) instead hex code.

Text Font Color

.myTextColor { color: #09F502; }

<p style="color:#09F502">This sample text font color is #09F502.</p>

This text font color is #09F502.


Background Color

.myBgColor { background-color: #09F502; }

<div style="background-color:#09F502">Inner text</div>

This div background color is #09F502.


Border color

.myBorderColor { border: 1px solid #09F502; }

<div style="border:3px solid #09F502">Div</div>

This div border color is #09F502.


Opacity

.myOpacity80 { color: #09F502; opacity: 0.8; }

<p style="color:#09F502;opacity:0.8;">80%</p>

Text with #09F502 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #09F502;}

<p style="text-shadow: 3px 3px 1px #09F502">Text here.</p>

This text has shadow with #09F502 color.

.textShadow {text-shadow: 3px 3px 1px #09F502, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #09F502, 5px 5px 20px red">Text here.</p>

This text has shadow with #09F502 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#09F502, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#09F502, Direction=45, Strength=4)">Text</p>

This text has shadow with #09F502 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #09F502;
  -webkit-box-shadow:	1px 1px 3px 2px #09F502;
  box-shadow:		1px 1px 3px 2px #09F502;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09F502;
-webkit-box-shadow: 1px 1px 3px 2px #09F502;
box-shadow:1px 1px 3px 2px #09F502;">
Div content here</div>
This div box has shadow with color #09F502.

Preview

Color preview on black background

This text has color #09F502 on black background.


Color preview on white background

This text has color #09F502 on white background.



Black color preview on #09F502 background

This text has black color on #09F502 background.


White color preview on #09F502 background

This text has white color on #09F502 background.