Shades of Free Speech Green #02D90A
Tints of Free Speech Green #02D90A
RGB
CMYK
RGB Variations
Color information
#02D90A (or 0x02D90A) is known color: Free Speech Green. HEX triplet: 02, D9 and 0A. RGB value is (2,217,10). Sum of RGB (Red+Green+Blue) = 2+217+10=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 217 (85.16% from 255 or 94.76% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 217 - color contains mainly: green. Hex color #02D90A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D90A is #FD26F5. Grayscale: #818181. Windows color (decimal): -16590582 or 710914. OLE color: 710914.
HSL color Cylindrical-coordinate representation of color #02D90A: hue angle of 122.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D90A is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 10 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.15 |
| HSL | 122.23º | 0.98% | 0.43% | - |
| HSV(B) | 122.23º | 0.99% | 0.85% | - |
| XYZ | 24.89 | 49.66 | 8.56 | - |
| YUV | 129.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 10 | 0.99 | 0 | 0.95 | 0.15 | 122.23 | 0.98 | 0.43 |
| Hex | 2 | D9 | A | 63 | 0 | 5F | F | 7A | 62 | 2B |
| Octal | 2 | 331 | 12 | 143 | 0 | 137 | 17 | 172 | 142 | 53 |
| Binary | 10 | 11011001 | 1010 | 1100011 | 0 | 1011111 | 1111 | 1111010 | 1100010 | 101011 |
Color Harmonies of #02D90A
Complementary color
Monochromatic Colors of #02D90A
Black with #02D90A
Text Example
Text Example
White with #02D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D90A; }
p { color: rgb(2,217,10); }
H1.HeaderClassName
{
color: #02D90A;
}
.AnyTagClassName
{
color: #02D90A;
}
</style>
background-color css
<style>
a { background-color: #02D90A; }
a { background-color: rgb(2,217,10); }
div.DivClassName
{
background-color: #02D90A;
}
.BgClassName
{
background-color: #02D90A;
}
</style>
border-color css
<style>
span { border-color: #02D90A; }
span { border-color: rgb(2,217,10); }
td.TdClassName
{
border-color: #02D90A;
}
.TagClassName
{
border-color: #02D90A;
}
</style>