Shades of Free Speech Green #09CC0B
Tints of Free Speech Green #09CC0B
RGB
CMYK
RGB Variations
Color information
#09CC0B (or 0x09CC0B) is known color: Free Speech Green. HEX triplet: 09, CC and 0B. RGB value is (9,204,11). Sum of RGB (Red+Green+Blue) = 9+204+11=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 204 (80.08% from 255 or 91.07% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 204 - color contains mainly: green. Hex color #09CC0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CC0B is #F633F4. Grayscale: #7C7C7C. Windows color (decimal): -16135157 or 773129. OLE color: 773129.
HSL color Cylindrical-coordinate representation of color #09CC0B: hue angle of 120.62º 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 #09CC0B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 204 | 11 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.2 |
| HSL | 120.62º | 0.92% | 0.42% | - |
| HSV(B) | 120.62º | 0.96% | 0.8% | - |
| XYZ | 21.77 | 43.27 | 7.52 | - |
| YUV | 123.69 | 64.4 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 204 | 11 | 0.96 | 0 | 0.95 | 0.2 | 120.62 | 0.92 | 0.42 |
| Hex | 9 | CC | B | 60 | 0 | 5F | 14 | 79 | 5C | 2A |
| Octal | 11 | 314 | 13 | 140 | 0 | 137 | 24 | 171 | 134 | 52 |
| Binary | 1001 | 11001100 | 1011 | 1100000 | 0 | 1011111 | 10100 | 1111001 | 1011100 | 101010 |
Color Harmonies of #09CC0B
Complementary color
Monochromatic Colors of #09CC0B
Black with #09CC0B
Text Example
Text Example
White with #09CC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CC0B; }
p { color: rgb(9,204,11); }
H1.HeaderClassName
{
color: #09CC0B;
}
.AnyTagClassName
{
color: #09CC0B;
}
</style>
background-color css
<style>
a { background-color: #09CC0B; }
a { background-color: rgb(9,204,11); }
div.DivClassName
{
background-color: #09CC0B;
}
.BgClassName
{
background-color: #09CC0B;
}
</style>
border-color css
<style>
span { border-color: #09CC0B; }
span { border-color: rgb(9,204,11); }
td.TdClassName
{
border-color: #09CC0B;
}
.TagClassName
{
border-color: #09CC0B;
}
</style>