Shades of Free Speech Green #09DF1B
Tints of Free Speech Green #09DF1B
RGB
CMYK
RGB Variations
Color information
#09DF1B (or 0x09DF1B) is known color: Free Speech Green. HEX triplet: 09, DF and 1B. RGB value is (9,223,27). Sum of RGB (Red+Green+Blue) = 9+223+27=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 223 (87.5% from 255 or 86.10% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 223 - color contains mainly: green. Hex color #09DF1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09DF1B is #F620E4. Grayscale: #898989. Windows color (decimal): -16130277 or 1826569. OLE color: 1826569.
HSL color Cylindrical-coordinate representation of color #09DF1B: hue angle of 125.05º 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 #09DF1B is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 223 | 27 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.13 |
| HSL | 125.05º | 0.92% | 0.45% | - |
| HSV(B) | 125.05º | 0.96% | 0.87% | - |
| XYZ | 26.7 | 52.91 | 9.84 | - |
| YUV | 136.67 | 66.1 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 27 | 0.96 | 0 | 0.88 | 0.13 | 125.05 | 0.92 | 0.45 |
| Hex | 9 | DF | 1B | 60 | 0 | 58 | D | 7D | 5C | 2D |
| Octal | 11 | 337 | 33 | 140 | 0 | 130 | 15 | 175 | 134 | 55 |
| Binary | 1001 | 11011111 | 11011 | 1100000 | 0 | 1011000 | 1101 | 1111101 | 1011100 | 101101 |
Color Harmonies of #09DF1B
Complementary color
Monochromatic Colors of #09DF1B
Black with #09DF1B
Text Example
Text Example
White with #09DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DF1B; }
p { color: rgb(9,223,27); }
H1.HeaderClassName
{
color: #09DF1B;
}
.AnyTagClassName
{
color: #09DF1B;
}
</style>
background-color css
<style>
a { background-color: #09DF1B; }
a { background-color: rgb(9,223,27); }
div.DivClassName
{
background-color: #09DF1B;
}
.BgClassName
{
background-color: #09DF1B;
}
</style>
border-color css
<style>
span { border-color: #09DF1B; }
span { border-color: rgb(9,223,27); }
td.TdClassName
{
border-color: #09DF1B;
}
.TagClassName
{
border-color: #09DF1B;
}
</style>