Shades of Free Speech Green #09CB0F
Tints of Free Speech Green #09CB0F
RGB
CMYK
RGB Variations
Color information
#09CB0F (or 0x09CB0F) is known color: Free Speech Green. HEX triplet: 09, CB and 0F. RGB value is (9,203,15). Sum of RGB (Red+Green+Blue) = 9+203+15=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 203 (79.69% from 255 or 89.43% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CB0F is #F634F0. Grayscale: #7C7C7C. Windows color (decimal): -16135409 or 1035017. OLE color: 1035017.
HSL color Cylindrical-coordinate representation of color #09CB0F: hue angle of 121.86º 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 #09CB0F is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 15 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.20 |
| HSL | 121.86º | 0.92% | 0.42% | - |
| HSV(B) | 121.86º | 0.96% | 0.8% | - |
| XYZ | 21.55 | 42.8 | 7.58 | - |
| YUV | 123.56 | 66.73 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 15 | 0.96 | 0 | 0.93 | 0.20 | 121.86 | 0.92 | 0.42 |
| Hex | 9 | CB | F | 60 | 0 | 5D | 14 | 7A | 5C | 2A |
| Octal | 11 | 313 | 17 | 140 | 0 | 135 | 24 | 172 | 134 | 52 |
| Binary | 1001 | 11001011 | 1111 | 1100000 | 0 | 1011101 | 10100 | 1111010 | 1011100 | 101010 |
Color Harmonies of #09CB0F
Complementary color
Monochromatic Colors of #09CB0F
Black with #09CB0F
Text Example
Text Example
White with #09CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB0F; }
p { color: rgb(9,203,15); }
H1.HeaderClassName
{
color: #09CB0F;
}
.AnyTagClassName
{
color: #09CB0F;
}
</style>
background-color css
<style>
a { background-color: #09CB0F; }
a { background-color: rgb(9,203,15); }
div.DivClassName
{
background-color: #09CB0F;
}
.BgClassName
{
background-color: #09CB0F;
}
</style>
border-color css
<style>
span { border-color: #09CB0F; }
span { border-color: rgb(9,203,15); }
td.TdClassName
{
border-color: #09CB0F;
}
.TagClassName
{
border-color: #09CB0F;
}
</style>