Shades of Free Speech Green #09DF20
Tints of Free Speech Green #09DF20
RGB
CMYK
RGB Variations
Color information
#09DF20 (or 0x09DF20) is known color: Free Speech Green. HEX triplet: 09, DF and 20. RGB value is (9,223,32). Sum of RGB (Red+Green+Blue) = 9+223+32=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 223 (87.5% from 255 or 84.47% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DF20 is #F620DF. Grayscale: #898989. Windows color (decimal): -16130272 or 2154249. OLE color: 2154249.
HSL color Cylindrical-coordinate representation of color #09DF20: hue angle of 126.45º 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 #09DF20 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 32 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.13 |
| HSL | 126.45º | 0.92% | 0.45% | - |
| HSV(B) | 126.45º | 0.96% | 0.87% | - |
| XYZ | 26.76 | 52.94 | 10.17 | - |
| YUV | 137.24 | 68.6 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 32 | 0.96 | 0 | 0.86 | 0.13 | 126.45 | 0.92 | 0.45 |
| Hex | 9 | DF | 20 | 60 | 0 | 56 | D | 7E | 5C | 2D |
| Octal | 11 | 337 | 40 | 140 | 0 | 126 | 15 | 176 | 134 | 55 |
| Binary | 1001 | 11011111 | 100000 | 1100000 | 0 | 1010110 | 1101 | 1111110 | 1011100 | 101101 |
Color Harmonies of #09DF20
Complementary color
Monochromatic Colors of #09DF20
Black with #09DF20
Text Example
Text Example
White with #09DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DF20; }
p { color: rgb(9,223,32); }
H1.HeaderClassName
{
color: #09DF20;
}
.AnyTagClassName
{
color: #09DF20;
}
</style>
background-color css
<style>
a { background-color: #09DF20; }
a { background-color: rgb(9,223,32); }
div.DivClassName
{
background-color: #09DF20;
}
.BgClassName
{
background-color: #09DF20;
}
</style>
border-color css
<style>
span { border-color: #09DF20; }
span { border-color: rgb(9,223,32); }
td.TdClassName
{
border-color: #09DF20;
}
.TagClassName
{
border-color: #09DF20;
}
</style>