Shades of Free Speech Green #09D21B
Tints of Free Speech Green #09D21B
RGB
CMYK
RGB Variations
Color information
#09D21B (or 0x09D21B) is known color: Free Speech Green. HEX triplet: 09, D2 and 1B. RGB value is (9,210,27). Sum of RGB (Red+Green+Blue) = 9+210+27=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 210 (82.42% from 255 or 85.37% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 210 - color contains mainly: green. Hex color #09D21B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09D21B is #F62DE4. Grayscale: #818181. Windows color (decimal): -16133605 or 1823241. OLE color: 1823241.
HSL color Cylindrical-coordinate representation of color #09D21B: hue angle of 125.37º 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 #09D21B is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 210 | 27 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.18 |
| HSL | 125.37º | 0.92% | 0.43% | - |
| HSV(B) | 125.37º | 0.96% | 0.82% | - |
| XYZ | 23.36 | 46.23 | 8.73 | - |
| YUV | 129.04 | 70.41 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 210 | 27 | 0.96 | 0 | 0.87 | 0.18 | 125.37 | 0.92 | 0.43 |
| Hex | 9 | D2 | 1B | 60 | 0 | 57 | 12 | 7D | 5C | 2B |
| Octal | 11 | 322 | 33 | 140 | 0 | 127 | 22 | 175 | 134 | 53 |
| Binary | 1001 | 11010010 | 11011 | 1100000 | 0 | 1010111 | 10010 | 1111101 | 1011100 | 101011 |
Color Harmonies of #09D21B
Complementary color
Monochromatic Colors of #09D21B
Black with #09D21B
Text Example
Text Example
White with #09D21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D21B; }
p { color: rgb(9,210,27); }
H1.HeaderClassName
{
color: #09D21B;
}
.AnyTagClassName
{
color: #09D21B;
}
</style>
background-color css
<style>
a { background-color: #09D21B; }
a { background-color: rgb(9,210,27); }
div.DivClassName
{
background-color: #09D21B;
}
.BgClassName
{
background-color: #09D21B;
}
</style>
border-color css
<style>
span { border-color: #09D21B; }
span { border-color: rgb(9,210,27); }
td.TdClassName
{
border-color: #09D21B;
}
.TagClassName
{
border-color: #09D21B;
}
</style>