Shades of Free Speech Green #02D00A
Tints of Free Speech Green #02D00A
RGB
CMYK
RGB Variations
Color information
#02D00A (or 0x02D00A) is known color: Free Speech Green. HEX triplet: 02, D0 and 0A. RGB value is (2,208,10). Sum of RGB (Red+Green+Blue) = 2+208+10=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 208 (81.64% from 255 or 94.55% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 208 - color contains mainly: green. Hex color #02D00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02D00A is #FD2FF5. Grayscale: #7C7C7C. Windows color (decimal): -16592886 or 708610. OLE color: 708610.
HSL color Cylindrical-coordinate representation of color #02D00A: hue angle of 122.33º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D00A is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 10 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.18 |
| HSL | 122.33º | 0.98% | 0.41% | - |
| HSV(B) | 122.33º | 0.99% | 0.82% | - |
| XYZ | 22.64 | 45.15 | 7.81 | - |
| YUV | 123.83 | 63.75 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 10 | 0.99 | 0 | 0.95 | 0.18 | 122.33 | 0.98 | 0.41 |
| Hex | 2 | D0 | A | 63 | 0 | 5F | 12 | 7A | 62 | 29 |
| Octal | 2 | 320 | 12 | 143 | 0 | 137 | 22 | 172 | 142 | 51 |
| Binary | 10 | 11010000 | 1010 | 1100011 | 0 | 1011111 | 10010 | 1111010 | 1100010 | 101001 |
Color Harmonies of #02D00A
Complementary color
Monochromatic Colors of #02D00A
Black with #02D00A
Text Example
Text Example
White with #02D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D00A; }
p { color: rgb(2,208,10); }
H1.HeaderClassName
{
color: #02D00A;
}
.AnyTagClassName
{
color: #02D00A;
}
</style>
background-color css
<style>
a { background-color: #02D00A; }
a { background-color: rgb(2,208,10); }
div.DivClassName
{
background-color: #02D00A;
}
.BgClassName
{
background-color: #02D00A;
}
</style>
border-color css
<style>
span { border-color: #02D00A; }
span { border-color: rgb(2,208,10); }
td.TdClassName
{
border-color: #02D00A;
}
.TagClassName
{
border-color: #02D00A;
}
</style>