Shades of Free Speech Green #02C90C
Tints of Free Speech Green #02C90C
RGB
CMYK
RGB Variations
Color information
#02C90C (or 0x02C90C) is known color: Free Speech Green. HEX triplet: 02, C9 and 0C. RGB value is (2,201,12). Sum of RGB (Red+Green+Blue) = 2+201+12=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 201 (78.91% from 255 or 93.49% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 201 - color contains mainly: green. Hex color #02C90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C90C is #FD36F3. Grayscale: #787878. Windows color (decimal): -16594676 or 837890. OLE color: 837890.
HSL color Cylindrical-coordinate representation of color #02C90C: hue angle of 123.02º 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 #02C90C is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 12 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.21 |
| HSL | 123.02º | 0.98% | 0.4% | - |
| HSV(B) | 123.02º | 0.99% | 0.79% | - |
| XYZ | 20.98 | 41.81 | 7.31 | - |
| YUV | 119.95 | 67.07 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 12 | 0.99 | 0 | 0.94 | 0.21 | 123.02 | 0.98 | 0.4 |
| Hex | 2 | C9 | C | 63 | 0 | 5E | 15 | 7B | 62 | 28 |
| Octal | 2 | 311 | 14 | 143 | 0 | 136 | 25 | 173 | 142 | 50 |
| Binary | 10 | 11001001 | 1100 | 1100011 | 0 | 1011110 | 10101 | 1111011 | 1100010 | 101000 |
Color Harmonies of #02C90C
Complementary color
Monochromatic Colors of #02C90C
Black with #02C90C
Text Example
Text Example
White with #02C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C90C; }
p { color: rgb(2,201,12); }
H1.HeaderClassName
{
color: #02C90C;
}
.AnyTagClassName
{
color: #02C90C;
}
</style>
background-color css
<style>
a { background-color: #02C90C; }
a { background-color: rgb(2,201,12); }
div.DivClassName
{
background-color: #02C90C;
}
.BgClassName
{
background-color: #02C90C;
}
</style>
border-color css
<style>
span { border-color: #02C90C; }
span { border-color: rgb(2,201,12); }
td.TdClassName
{
border-color: #02C90C;
}
.TagClassName
{
border-color: #02C90C;
}
</style>