Shades of Free Speech Green #12DB05
Tints of Free Speech Green #12DB05
RGB
CMYK
RGB Variations
Color information
#12DB05 (or 0x12DB05) is known color: Free Speech Green. HEX triplet: 12, DB and 05. RGB value is (18,219,5). Sum of RGB (Red+Green+Blue) = 18+219+5=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 219 (85.94% from 255 or 90.50% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DB05 is #ED24FA. Grayscale: #878787. Windows color (decimal): -15541499 or 383762. OLE color: 383762.
HSL color Cylindrical-coordinate representation of color #12DB05: hue angle of 116.36º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12DB05 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 5 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.14 |
| HSL | 116.36º | 0.96% | 0.44% | - |
| HSV(B) | 116.36º | 0.98% | 0.86% | - |
| XYZ | 25.61 | 50.8 | 8.6 | - |
| YUV | 134.51 | 54.91 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 5 | 0.92 | 0 | 0.98 | 0.14 | 116.36 | 0.96 | 0.44 |
| Hex | 12 | DB | 5 | 5C | 0 | 62 | E | 74 | 60 | 2C |
| Octal | 22 | 333 | 5 | 134 | 0 | 142 | 16 | 164 | 140 | 54 |
| Binary | 10010 | 11011011 | 101 | 1011100 | 0 | 1100010 | 1110 | 1110100 | 1100000 | 101100 |
Color Harmonies of #12DB05
Complementary color
Monochromatic Colors of #12DB05
Black with #12DB05
Text Example
Text Example
White with #12DB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB05; }
p { color: rgb(18,219,5); }
H1.HeaderClassName
{
color: #12DB05;
}
.AnyTagClassName
{
color: #12DB05;
}
</style>
background-color css
<style>
a { background-color: #12DB05; }
a { background-color: rgb(18,219,5); }
div.DivClassName
{
background-color: #12DB05;
}
.BgClassName
{
background-color: #12DB05;
}
</style>
border-color css
<style>
span { border-color: #12DB05; }
span { border-color: rgb(18,219,5); }
td.TdClassName
{
border-color: #12DB05;
}
.TagClassName
{
border-color: #12DB05;
}
</style>