Shades of Free Speech Green #06DB12
Tints of Free Speech Green #06DB12
RGB
CMYK
RGB Variations
Color information
#06DB12 (or 0x06DB12) is known color: Free Speech Green. HEX triplet: 06, DB and 12. RGB value is (6,219,18). Sum of RGB (Red+Green+Blue) = 6+219+18=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DB12 is #F924ED. Grayscale: #848484. Windows color (decimal): -16327918 or 1235718. OLE color: 1235718.
HSL color Cylindrical-coordinate representation of color #06DB12: hue angle of 123.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB12 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 18 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.14 |
| HSL | 123.38º | 0.95% | 0.44% | - |
| HSV(B) | 123.38º | 0.97% | 0.86% | - |
| XYZ | 25.52 | 50.75 | 9.02 | - |
| YUV | 132.4 | 63.43 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 18 | 0.97 | 0 | 0.92 | 0.14 | 123.38 | 0.95 | 0.44 |
| Hex | 6 | DB | 12 | 61 | 0 | 5C | E | 7B | 5F | 2C |
| Octal | 6 | 333 | 22 | 141 | 0 | 134 | 16 | 173 | 137 | 54 |
| Binary | 110 | 11011011 | 10010 | 1100001 | 0 | 1011100 | 1110 | 1111011 | 1011111 | 101100 |
Color Harmonies of #06DB12
Complementary color
Monochromatic Colors of #06DB12
Black with #06DB12
Text Example
Text Example
White with #06DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB12; }
p { color: rgb(6,219,18); }
H1.HeaderClassName
{
color: #06DB12;
}
.AnyTagClassName
{
color: #06DB12;
}
</style>
background-color css
<style>
a { background-color: #06DB12; }
a { background-color: rgb(6,219,18); }
div.DivClassName
{
background-color: #06DB12;
}
.BgClassName
{
background-color: #06DB12;
}
</style>
border-color css
<style>
span { border-color: #06DB12; }
span { border-color: rgb(6,219,18); }
td.TdClassName
{
border-color: #06DB12;
}
.TagClassName
{
border-color: #06DB12;
}
</style>