Shades of Free Speech Green #12DB06
Tints of Free Speech Green #12DB06
RGB
CMYK
RGB Variations
Color information
#12DB06 (or 0x12DB06) is known color: Free Speech Green. HEX triplet: 12, DB and 06. RGB value is (18,219,6). Sum of RGB (Red+Green+Blue) = 18+219+6=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 219 (85.94% from 255 or 90.12% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DB06 is #ED24F9. Grayscale: #878787. Windows color (decimal): -15541498 or 449298. OLE color: 449298.
HSL color Cylindrical-coordinate representation of color #12DB06: hue angle of 116.62º 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 #12DB06 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.14 |
| HSL | 116.62º | 0.95% | 0.44% | - |
| HSV(B) | 116.62º | 0.97% | 0.86% | - |
| XYZ | 25.61 | 50.8 | 8.63 | - |
| YUV | 134.62 | 55.41 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 6 | 0.92 | 0 | 0.97 | 0.14 | 116.62 | 0.95 | 0.44 |
| Hex | 12 | DB | 6 | 5C | 0 | 61 | E | 75 | 5F | 2C |
| Octal | 22 | 333 | 6 | 134 | 0 | 141 | 16 | 165 | 137 | 54 |
| Binary | 10010 | 11011011 | 110 | 1011100 | 0 | 1100001 | 1110 | 1110101 | 1011111 | 101100 |
Color Harmonies of #12DB06
Complementary color
Monochromatic Colors of #12DB06
Black with #12DB06
Text Example
Text Example
White with #12DB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB06; }
p { color: rgb(18,219,6); }
H1.HeaderClassName
{
color: #12DB06;
}
.AnyTagClassName
{
color: #12DB06;
}
</style>
background-color css
<style>
a { background-color: #12DB06; }
a { background-color: rgb(18,219,6); }
div.DivClassName
{
background-color: #12DB06;
}
.BgClassName
{
background-color: #12DB06;
}
</style>
border-color css
<style>
span { border-color: #12DB06; }
span { border-color: rgb(18,219,6); }
td.TdClassName
{
border-color: #12DB06;
}
.TagClassName
{
border-color: #12DB06;
}
</style>