Shades of Free Speech Green #06D802
Tints of Free Speech Green #06D802
RGB
CMYK
RGB Variations
Color information
#06D802 (or 0x06D802) is known color: Free Speech Green. HEX triplet: 06, D8 and 02. RGB value is (6,216,2). Sum of RGB (Red+Green+Blue) = 6+216+2=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 216 (84.77% from 255 or 96.43% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 216 - color contains mainly: green. Hex color #06D802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D802 is #F927FD. Grayscale: #818181. Windows color (decimal): -16328702 or 186374. OLE color: 186374.
HSL color Cylindrical-coordinate representation of color #06D802: hue angle of 118.88º 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 #06D802 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.15 |
| HSL | 118.88º | 0.98% | 0.43% | - |
| HSV(B) | 118.88º | 0.99% | 0.85% | - |
| XYZ | 24.64 | 49.15 | 8.25 | - |
| YUV | 128.81 | 56.43 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 2 | 0.97 | 0 | 0.99 | 0.15 | 118.88 | 0.98 | 0.43 |
| Hex | 6 | D8 | 2 | 61 | 0 | 63 | F | 77 | 62 | 2B |
| Octal | 6 | 330 | 2 | 141 | 0 | 143 | 17 | 167 | 142 | 53 |
| Binary | 110 | 11011000 | 10 | 1100001 | 0 | 1100011 | 1111 | 1110111 | 1100010 | 101011 |
Color Harmonies of #06D802
Complementary color
Monochromatic Colors of #06D802
Black with #06D802
Text Example
Text Example
White with #06D802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D802; }
p { color: rgb(6,216,2); }
H1.HeaderClassName
{
color: #06D802;
}
.AnyTagClassName
{
color: #06D802;
}
</style>
background-color css
<style>
a { background-color: #06D802; }
a { background-color: rgb(6,216,2); }
div.DivClassName
{
background-color: #06D802;
}
.BgClassName
{
background-color: #06D802;
}
</style>
border-color css
<style>
span { border-color: #06D802; }
span { border-color: rgb(6,216,2); }
td.TdClassName
{
border-color: #06D802;
}
.TagClassName
{
border-color: #06D802;
}
</style>