Shades of Free Speech Green #09CB12
Tints of Free Speech Green #09CB12
RGB
CMYK
RGB Variations
Color information
#09CB12 (or 0x09CB12) is known color: Free Speech Green. HEX triplet: 09, CB and 12. RGB value is (9,203,18). Sum of RGB (Red+Green+Blue) = 9+203+18=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 203 (79.69% from 255 or 88.26% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CB12 is #F634ED. Grayscale: #7C7C7C. Windows color (decimal): -16135406 or 1231625. OLE color: 1231625.
HSL color Cylindrical-coordinate representation of color #09CB12: hue angle of 122.78º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB12 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 18 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.20 |
| HSL | 122.78º | 0.92% | 0.42% | - |
| HSV(B) | 122.78º | 0.96% | 0.8% | - |
| XYZ | 21.58 | 42.81 | 7.7 | - |
| YUV | 123.9 | 68.23 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 18 | 0.96 | 0 | 0.91 | 0.20 | 122.78 | 0.92 | 0.42 |
| Hex | 9 | CB | 12 | 60 | 0 | 5B | 14 | 7B | 5C | 2A |
| Octal | 11 | 313 | 22 | 140 | 0 | 133 | 24 | 173 | 134 | 52 |
| Binary | 1001 | 11001011 | 10010 | 1100000 | 0 | 1011011 | 10100 | 1111011 | 1011100 | 101010 |
Color Harmonies of #09CB12
Complementary color
Monochromatic Colors of #09CB12
Black with #09CB12
Text Example
Text Example
White with #09CB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB12; }
p { color: rgb(9,203,18); }
H1.HeaderClassName
{
color: #09CB12;
}
.AnyTagClassName
{
color: #09CB12;
}
</style>
background-color css
<style>
a { background-color: #09CB12; }
a { background-color: rgb(9,203,18); }
div.DivClassName
{
background-color: #09CB12;
}
.BgClassName
{
background-color: #09CB12;
}
</style>
border-color css
<style>
span { border-color: #09CB12; }
span { border-color: rgb(9,203,18); }
td.TdClassName
{
border-color: #09CB12;
}
.TagClassName
{
border-color: #09CB12;
}
</style>