Shades of Free Speech Green #02C90F
Tints of Free Speech Green #02C90F
RGB
CMYK
RGB Variations
Color information
#02C90F (or 0x02C90F) is known color: Free Speech Green. HEX triplet: 02, C9 and 0F. RGB value is (2,201,15). Sum of RGB (Red+Green+Blue) = 2+201+15=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 201 (78.91% from 255 or 92.20% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 201 - color contains mainly: green. Hex color #02C90F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C90F is #FD36F0. Grayscale: #787878. Windows color (decimal): -16594673 or 1034498. OLE color: 1034498.
HSL color Cylindrical-coordinate representation of color #02C90F: hue angle of 123.92º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C90F is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 15 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.21 |
| HSL | 123.92º | 0.98% | 0.4% | - |
| HSV(B) | 123.92º | 0.99% | 0.79% | - |
| XYZ | 21 | 41.82 | 7.42 | - |
| YUV | 120.3 | 68.57 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 15 | 0.99 | 0 | 0.93 | 0.21 | 123.92 | 0.98 | 0.4 |
| Hex | 2 | C9 | F | 63 | 0 | 5D | 15 | 7C | 62 | 28 |
| Octal | 2 | 311 | 17 | 143 | 0 | 135 | 25 | 174 | 142 | 50 |
| Binary | 10 | 11001001 | 1111 | 1100011 | 0 | 1011101 | 10101 | 1111100 | 1100010 | 101000 |
Color Harmonies of #02C90F
Complementary color
Monochromatic Colors of #02C90F
Black with #02C90F
Text Example
Text Example
White with #02C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C90F; }
p { color: rgb(2,201,15); }
H1.HeaderClassName
{
color: #02C90F;
}
.AnyTagClassName
{
color: #02C90F;
}
</style>
background-color css
<style>
a { background-color: #02C90F; }
a { background-color: rgb(2,201,15); }
div.DivClassName
{
background-color: #02C90F;
}
.BgClassName
{
background-color: #02C90F;
}
</style>
border-color css
<style>
span { border-color: #02C90F; }
span { border-color: rgb(2,201,15); }
td.TdClassName
{
border-color: #02C90F;
}
.TagClassName
{
border-color: #02C90F;
}
</style>