Shades of Free Speech Green #12CE09
Tints of Free Speech Green #12CE09
RGB
CMYK
RGB Variations
Color information
#12CE09 (or 0x12CE09) is known color: Free Speech Green. HEX triplet: 12, CE and 09. RGB value is (18,206,9). Sum of RGB (Red+Green+Blue) = 18+206+9=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 206 (80.86% from 255 or 88.41% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CE09 is #ED31F6. Grayscale: #7F7F7F. Windows color (decimal): -15544823 or 642578. OLE color: 642578.
HSL color Cylindrical-coordinate representation of color #12CE09: hue angle of 117.26º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12CE09 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 206 | 9 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.19 |
| HSL | 117.26º | 0.92% | 0.42% | - |
| HSV(B) | 117.26º | 0.96% | 0.81% | - |
| XYZ | 22.37 | 44.29 | 7.63 | - |
| YUV | 127.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 206 | 9 | 0.91 | 0 | 0.96 | 0.19 | 117.26 | 0.92 | 0.42 |
| Hex | 12 | CE | 9 | 5B | 0 | 60 | 13 | 75 | 5C | 2A |
| Octal | 22 | 316 | 11 | 133 | 0 | 140 | 23 | 165 | 134 | 52 |
| Binary | 10010 | 11001110 | 1001 | 1011011 | 0 | 1100000 | 10011 | 1110101 | 1011100 | 101010 |
Color Harmonies of #12CE09
Complementary color
Monochromatic Colors of #12CE09
Black with #12CE09
Text Example
Text Example
White with #12CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CE09; }
p { color: rgb(18,206,9); }
H1.HeaderClassName
{
color: #12CE09;
}
.AnyTagClassName
{
color: #12CE09;
}
</style>
background-color css
<style>
a { background-color: #12CE09; }
a { background-color: rgb(18,206,9); }
div.DivClassName
{
background-color: #12CE09;
}
.BgClassName
{
background-color: #12CE09;
}
</style>
border-color css
<style>
span { border-color: #12CE09; }
span { border-color: rgb(18,206,9); }
td.TdClassName
{
border-color: #12CE09;
}
.TagClassName
{
border-color: #12CE09;
}
</style>