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