Shades of Free Speech Green #09D21C
Tints of Free Speech Green #09D21C
RGB
CMYK
RGB Variations
Color information
#09D21C (or 0x09D21C) is known color: Free Speech Green. HEX triplet: 09, D2 and 1C. RGB value is (9,210,28). Sum of RGB (Red+Green+Blue) = 9+210+28=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 210 (82.42% from 255 or 85.02% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 210 - color contains mainly: green. Hex color #09D21C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D21C is #F62DE3. Grayscale: #818181. Windows color (decimal): -16133604 or 1888777. OLE color: 1888777.
HSL color Cylindrical-coordinate representation of color #09D21C: hue angle of 125.67º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D21C is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 28 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.18 |
| HSL | 125.67º | 0.92% | 0.43% | - |
| HSV(B) | 125.67º | 0.96% | 0.82% | - |
| XYZ | 23.37 | 46.24 | 8.79 | - |
| YUV | 129.15 | 70.91 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 28 | 0.96 | 0 | 0.87 | 0.18 | 125.67 | 0.92 | 0.43 |
| Hex | 9 | D2 | 1C | 60 | 0 | 57 | 12 | 7E | 5C | 2B |
| Octal | 11 | 322 | 34 | 140 | 0 | 127 | 22 | 176 | 134 | 53 |
| Binary | 1001 | 11010010 | 11100 | 1100000 | 0 | 1010111 | 10010 | 1111110 | 1011100 | 101011 |
Color Harmonies of #09D21C
Complementary color
Monochromatic Colors of #09D21C
Black with #09D21C
Text Example
Text Example
White with #09D21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D21C; }
p { color: rgb(9,210,28); }
H1.HeaderClassName
{
color: #09D21C;
}
.AnyTagClassName
{
color: #09D21C;
}
</style>
background-color css
<style>
a { background-color: #09D21C; }
a { background-color: rgb(9,210,28); }
div.DivClassName
{
background-color: #09D21C;
}
.BgClassName
{
background-color: #09D21C;
}
</style>
border-color css
<style>
span { border-color: #09D21C; }
span { border-color: rgb(9,210,28); }
td.TdClassName
{
border-color: #09D21C;
}
.TagClassName
{
border-color: #09D21C;
}
</style>