Shades of Free Speech Green #09DF06
Tints of Free Speech Green #09DF06
RGB
CMYK
RGB Variations
Color information
#09DF06 (or 0x09DF06) is known color: Free Speech Green. HEX triplet: 09, DF and 06. RGB value is (9,223,6). Sum of RGB (Red+Green+Blue) = 9+223+6=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 223 (87.5% from 255 or 93.70% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09DF06 is #F620F9. Grayscale: #868686. Windows color (decimal): -16130298 or 450313. OLE color: 450313.
HSL color Cylindrical-coordinate representation of color #09DF06: hue angle of 119.17º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09DF06 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 6 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.13 |
| HSL | 119.17º | 0.95% | 0.45% | - |
| HSV(B) | 119.17º | 0.97% | 0.87% | - |
| XYZ | 26.53 | 52.85 | 8.97 | - |
| YUV | 134.28 | 55.6 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 6 | 0.96 | 0 | 0.97 | 0.13 | 119.17 | 0.95 | 0.45 |
| Hex | 9 | DF | 6 | 60 | 0 | 61 | D | 77 | 5F | 2D |
| Octal | 11 | 337 | 6 | 140 | 0 | 141 | 15 | 167 | 137 | 55 |
| Binary | 1001 | 11011111 | 110 | 1100000 | 0 | 1100001 | 1101 | 1110111 | 1011111 | 101101 |
Color Harmonies of #09DF06
Complementary color
Monochromatic Colors of #09DF06
Black with #09DF06
Text Example
Text Example
White with #09DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DF06; }
p { color: rgb(9,223,6); }
H1.HeaderClassName
{
color: #09DF06;
}
.AnyTagClassName
{
color: #09DF06;
}
</style>
background-color css
<style>
a { background-color: #09DF06; }
a { background-color: rgb(9,223,6); }
div.DivClassName
{
background-color: #09DF06;
}
.BgClassName
{
background-color: #09DF06;
}
</style>
border-color css
<style>
span { border-color: #09DF06; }
span { border-color: rgb(9,223,6); }
td.TdClassName
{
border-color: #09DF06;
}
.TagClassName
{
border-color: #09DF06;
}
</style>