Shades of Free Speech Green #09DF0B
Tints of Free Speech Green #09DF0B
RGB
CMYK
RGB Variations
Color information
#09DF0B (or 0x09DF0B) is known color: Free Speech Green. HEX triplet: 09, DF and 0B. RGB value is (9,223,11). Sum of RGB (Red+Green+Blue) = 9+223+11=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 223 (87.5% from 255 or 91.77% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DF0B is #F620F4. Grayscale: #878787. Windows color (decimal): -16130293 or 777993. OLE color: 777993.
HSL color Cylindrical-coordinate representation of color #09DF0B: hue angle of 120.56º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DF0B is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 11 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.13 |
| HSL | 120.56º | 0.92% | 0.45% | - |
| HSV(B) | 120.56º | 0.96% | 0.87% | - |
| XYZ | 26.56 | 52.86 | 9.12 | - |
| YUV | 134.85 | 58.1 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 11 | 0.96 | 0 | 0.95 | 0.13 | 120.56 | 0.92 | 0.45 |
| Hex | 9 | DF | B | 60 | 0 | 5F | D | 79 | 5C | 2D |
| Octal | 11 | 337 | 13 | 140 | 0 | 137 | 15 | 171 | 134 | 55 |
| Binary | 1001 | 11011111 | 1011 | 1100000 | 0 | 1011111 | 1101 | 1111001 | 1011100 | 101101 |
Color Harmonies of #09DF0B
Complementary color
Monochromatic Colors of #09DF0B
Black with #09DF0B
Text Example
Text Example
White with #09DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DF0B; }
p { color: rgb(9,223,11); }
H1.HeaderClassName
{
color: #09DF0B;
}
.AnyTagClassName
{
color: #09DF0B;
}
</style>
background-color css
<style>
a { background-color: #09DF0B; }
a { background-color: rgb(9,223,11); }
div.DivClassName
{
background-color: #09DF0B;
}
.BgClassName
{
background-color: #09DF0B;
}
</style>
border-color css
<style>
span { border-color: #09DF0B; }
span { border-color: rgb(9,223,11); }
td.TdClassName
{
border-color: #09DF0B;
}
.TagClassName
{
border-color: #09DF0B;
}
</style>