Shades of Free Speech Green #09DF29
Tints of Free Speech Green #09DF29
RGB
CMYK
RGB Variations
Color information
#09DF29 (or 0x09DF29) is known color: Free Speech Green. HEX triplet: 09, DF and 29. RGB value is (9,223,41). Sum of RGB (Red+Green+Blue) = 9+223+41=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DF29 is #F620D6. Grayscale: #8A8A8A. Windows color (decimal): -16130263 or 2744073. OLE color: 2744073.
HSL color Cylindrical-coordinate representation of color #09DF29: hue angle of 128.97º 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 #09DF29 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 41 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.13 |
| HSL | 128.97º | 0.92% | 0.45% | - |
| HSV(B) | 128.97º | 0.96% | 0.87% | - |
| XYZ | 26.9 | 52.99 | 10.91 | - |
| YUV | 138.27 | 73.1 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 41 | 0.96 | 0 | 0.82 | 0.13 | 128.97 | 0.92 | 0.45 |
| Hex | 9 | DF | 29 | 60 | 0 | 52 | D | 81 | 5C | 2D |
| Octal | 11 | 337 | 51 | 140 | 0 | 122 | 15 | 201 | 134 | 55 |
| Binary | 1001 | 11011111 | 101001 | 1100000 | 0 | 1010010 | 1101 | 10000001 | 1011100 | 101101 |
Color Harmonies of #09DF29
Complementary color
Monochromatic Colors of #09DF29
Black with #09DF29
Text Example
Text Example
White with #09DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DF29; }
p { color: rgb(9,223,41); }
H1.HeaderClassName
{
color: #09DF29;
}
.AnyTagClassName
{
color: #09DF29;
}
</style>
background-color css
<style>
a { background-color: #09DF29; }
a { background-color: rgb(9,223,41); }
div.DivClassName
{
background-color: #09DF29;
}
.BgClassName
{
background-color: #09DF29;
}
</style>
border-color css
<style>
span { border-color: #09DF29; }
span { border-color: rgb(9,223,41); }
td.TdClassName
{
border-color: #09DF29;
}
.TagClassName
{
border-color: #09DF29;
}
</style>