Shades of Free Speech Green #12DF08
Tints of Free Speech Green #12DF08
RGB
CMYK
RGB Variations
Color information
#12DF08 (or 0x12DF08) is known color: Free Speech Green. HEX triplet: 12, DF and 08. RGB value is (18,223,8). Sum of RGB (Red+Green+Blue) = 18+223+8=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 223 (87.5% from 255 or 89.56% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DF08 is #ED20F7. Grayscale: #898989. Windows color (decimal): -15540472 or 581394. OLE color: 581394.
HSL color Cylindrical-coordinate representation of color #12DF08: hue angle of 117.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12DF08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.13 |
| HSL | 117.21º | 0.93% | 0.45% | - |
| HSV(B) | 117.21º | 0.96% | 0.87% | - |
| XYZ | 26.68 | 52.92 | 9.04 | - |
| YUV | 137.2 | 55.08 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 8 | 0.92 | 0 | 0.96 | 0.13 | 117.21 | 0.93 | 0.45 |
| Hex | 12 | DF | 8 | 5C | 0 | 60 | D | 75 | 5D | 2D |
| Octal | 22 | 337 | 10 | 134 | 0 | 140 | 15 | 165 | 135 | 55 |
| Binary | 10010 | 11011111 | 1000 | 1011100 | 0 | 1100000 | 1101 | 1110101 | 1011101 | 101101 |
Color Harmonies of #12DF08
Complementary color
Monochromatic Colors of #12DF08
Black with #12DF08
Text Example
Text Example
White with #12DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF08; }
p { color: rgb(18,223,8); }
H1.HeaderClassName
{
color: #12DF08;
}
.AnyTagClassName
{
color: #12DF08;
}
</style>
background-color css
<style>
a { background-color: #12DF08; }
a { background-color: rgb(18,223,8); }
div.DivClassName
{
background-color: #12DF08;
}
.BgClassName
{
background-color: #12DF08;
}
</style>
border-color css
<style>
span { border-color: #12DF08; }
span { border-color: rgb(18,223,8); }
td.TdClassName
{
border-color: #12DF08;
}
.TagClassName
{
border-color: #12DF08;
}
</style>