Shades of Free Speech Green #09CA12
Tints of Free Speech Green #09CA12
RGB
CMYK
RGB Variations
Color information
#09CA12 (or 0x09CA12) is known color: Free Speech Green. HEX triplet: 09, CA and 12. RGB value is (9,202,18). Sum of RGB (Red+Green+Blue) = 9+202+18=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 202 (79.30% from 255 or 88.21% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CA12 is #F635ED. Grayscale: #7B7B7B. Windows color (decimal): -16135662 or 1231369. OLE color: 1231369.
HSL color Cylindrical-coordinate representation of color #09CA12: hue angle of 122.8º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA12 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 202 | 18 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.21 |
| HSL | 122.8º | 0.91% | 0.41% | - |
| HSV(B) | 122.8º | 0.96% | 0.79% | - |
| XYZ | 21.34 | 42.34 | 7.62 | - |
| YUV | 123.32 | 68.56 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 18 | 0.96 | 0 | 0.91 | 0.21 | 122.8 | 0.91 | 0.41 |
| Hex | 9 | CA | 12 | 60 | 0 | 5B | 15 | 7B | 5B | 29 |
| Octal | 11 | 312 | 22 | 140 | 0 | 133 | 25 | 173 | 133 | 51 |
| Binary | 1001 | 11001010 | 10010 | 1100000 | 0 | 1011011 | 10101 | 1111011 | 1011011 | 101001 |
Color Harmonies of #09CA12
Complementary color
Monochromatic Colors of #09CA12
Black with #09CA12
Text Example
Text Example
White with #09CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CA12; }
p { color: rgb(9,202,18); }
H1.HeaderClassName
{
color: #09CA12;
}
.AnyTagClassName
{
color: #09CA12;
}
</style>
background-color css
<style>
a { background-color: #09CA12; }
a { background-color: rgb(9,202,18); }
div.DivClassName
{
background-color: #09CA12;
}
.BgClassName
{
background-color: #09CA12;
}
</style>
border-color css
<style>
span { border-color: #09CA12; }
span { border-color: rgb(9,202,18); }
td.TdClassName
{
border-color: #09CA12;
}
.TagClassName
{
border-color: #09CA12;
}
</style>