Shades of Free Speech Green #06D20A
Tints of Free Speech Green #06D20A
RGB
CMYK
RGB Variations
Color information
#06D20A (or 0x06D20A) is known color: Free Speech Green. HEX triplet: 06, D2 and 0A. RGB value is (6,210,10). Sum of RGB (Red+Green+Blue) = 6+210+10=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 210 (82.42% from 255 or 92.92% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 210 - color contains mainly: green. Hex color #06D20A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D20A is #F92DF5. Grayscale: #7E7E7E. Windows color (decimal): -16330230 or 709126. OLE color: 709126.
HSL color Cylindrical-coordinate representation of color #06D20A: hue angle of 121.18º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D20A is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 10 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.18 |
| HSL | 121.18º | 0.94% | 0.42% | - |
| HSV(B) | 121.18º | 0.97% | 0.82% | - |
| XYZ | 23.18 | 46.15 | 7.97 | - |
| YUV | 126.2 | 62.41 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 10 | 0.97 | 0 | 0.95 | 0.18 | 121.18 | 0.94 | 0.42 |
| Hex | 6 | D2 | A | 61 | 0 | 5F | 12 | 79 | 5E | 2A |
| Octal | 6 | 322 | 12 | 141 | 0 | 137 | 22 | 171 | 136 | 52 |
| Binary | 110 | 11010010 | 1010 | 1100001 | 0 | 1011111 | 10010 | 1111001 | 1011110 | 101010 |
Color Harmonies of #06D20A
Complementary color
Monochromatic Colors of #06D20A
Black with #06D20A
Text Example
Text Example
White with #06D20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D20A; }
p { color: rgb(6,210,10); }
H1.HeaderClassName
{
color: #06D20A;
}
.AnyTagClassName
{
color: #06D20A;
}
</style>
background-color css
<style>
a { background-color: #06D20A; }
a { background-color: rgb(6,210,10); }
div.DivClassName
{
background-color: #06D20A;
}
.BgClassName
{
background-color: #06D20A;
}
</style>
border-color css
<style>
span { border-color: #06D20A; }
span { border-color: rgb(6,210,10); }
td.TdClassName
{
border-color: #06D20A;
}
.TagClassName
{
border-color: #06D20A;
}
</style>