Shades of Free Speech Green #09CE02
Tints of Free Speech Green #09CE02
RGB
CMYK
RGB Variations
Color information
#09CE02 (or 0x09CE02) is known color: Free Speech Green. HEX triplet: 09, CE and 02. RGB value is (9,206,2). Sum of RGB (Red+Green+Blue) = 9+206+2=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 206 (80.86% from 255 or 94.93% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 206 - color contains mainly: green. Hex color #09CE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CE02 is #F631FD. Grayscale: #7C7C7C. Windows color (decimal): -16134654 or 183817. OLE color: 183817.
HSL color Cylindrical-coordinate representation of color #09CE02: hue angle of 117.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09CE02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 206 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.19 |
| HSL | 117.94º | 0.98% | 0.41% | - |
| HSV(B) | 117.94º | 0.99% | 0.81% | - |
| XYZ | 22.19 | 44.21 | 7.42 | - |
| YUV | 123.84 | 59.23 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 206 | 2 | 0.96 | 0 | 0.99 | 0.19 | 117.94 | 0.98 | 0.41 |
| Hex | 9 | CE | 2 | 60 | 0 | 63 | 13 | 76 | 62 | 29 |
| Octal | 11 | 316 | 2 | 140 | 0 | 143 | 23 | 166 | 142 | 51 |
| Binary | 1001 | 11001110 | 10 | 1100000 | 0 | 1100011 | 10011 | 1110110 | 1100010 | 101001 |
Color Harmonies of #09CE02
Complementary color
Monochromatic Colors of #09CE02
Black with #09CE02
Text Example
Text Example
White with #09CE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CE02; }
p { color: rgb(9,206,2); }
H1.HeaderClassName
{
color: #09CE02;
}
.AnyTagClassName
{
color: #09CE02;
}
</style>
background-color css
<style>
a { background-color: #09CE02; }
a { background-color: rgb(9,206,2); }
div.DivClassName
{
background-color: #09CE02;
}
.BgClassName
{
background-color: #09CE02;
}
</style>
border-color css
<style>
span { border-color: #09CE02; }
span { border-color: rgb(9,206,2); }
td.TdClassName
{
border-color: #09CE02;
}
.TagClassName
{
border-color: #09CE02;
}
</style>