Shades of Free Speech Green #09CB08
Tints of Free Speech Green #09CB08
RGB
CMYK
RGB Variations
Color information
#09CB08 (or 0x09CB08) is known color: Free Speech Green. HEX triplet: 09, CB and 08. RGB value is (9,203,8). Sum of RGB (Red+Green+Blue) = 9+203+8=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CB08 is #F634F7. Grayscale: #7B7B7B. Windows color (decimal): -16135416 or 576265. OLE color: 576265.
HSL color Cylindrical-coordinate representation of color #09CB08: hue angle of 119.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB08 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 203 | 8 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.20 |
| HSL | 119.69º | 0.92% | 0.41% | - |
| HSV(B) | 119.69º | 0.96% | 0.8% | - |
| XYZ | 21.51 | 42.79 | 7.35 | - |
| YUV | 122.76 | 63.23 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 203 | 8 | 0.96 | 0 | 0.96 | 0.20 | 119.69 | 0.92 | 0.41 |
| Hex | 9 | CB | 8 | 60 | 0 | 60 | 14 | 78 | 5C | 29 |
| Octal | 11 | 313 | 10 | 140 | 0 | 140 | 24 | 170 | 134 | 51 |
| Binary | 1001 | 11001011 | 1000 | 1100000 | 0 | 1100000 | 10100 | 1111000 | 1011100 | 101001 |
Color Harmonies of #09CB08
Complementary color
Monochromatic Colors of #09CB08
Black with #09CB08
Text Example
Text Example
White with #09CB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CB08; }
p { color: rgb(9,203,8); }
H1.HeaderClassName
{
color: #09CB08;
}
.AnyTagClassName
{
color: #09CB08;
}
</style>
background-color css
<style>
a { background-color: #09CB08; }
a { background-color: rgb(9,203,8); }
div.DivClassName
{
background-color: #09CB08;
}
.BgClassName
{
background-color: #09CB08;
}
</style>
border-color css
<style>
span { border-color: #09CB08; }
span { border-color: rgb(9,203,8); }
td.TdClassName
{
border-color: #09CB08;
}
.TagClassName
{
border-color: #09CB08;
}
</style>