Shades of Free Speech Green #09D60A
Tints of Free Speech Green #09D60A
RGB
CMYK
RGB Variations
Color information
#09D60A (or 0x09D60A) is known color: Free Speech Green. HEX triplet: 09, D6 and 0A. RGB value is (9,214,10). Sum of RGB (Red+Green+Blue) = 9+214+10=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 214 (83.98% from 255 or 91.85% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 214 - color contains mainly: green. Hex color #09D60A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09D60A is #F629F5. Grayscale: #828282. Windows color (decimal): -16132598 or 710153. OLE color: 710153.
HSL color Cylindrical-coordinate representation of color #09D60A: hue angle of 120.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D60A is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 214 | 10 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.16 |
| HSL | 120.29º | 0.92% | 0.44% | - |
| HSV(B) | 120.29º | 0.96% | 0.84% | - |
| XYZ | 24.21 | 48.17 | 8.31 | - |
| YUV | 129.45 | 60.58 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 214 | 10 | 0.96 | 0 | 0.95 | 0.16 | 120.29 | 0.92 | 0.44 |
| Hex | 9 | D6 | A | 60 | 0 | 5F | 10 | 78 | 5C | 2C |
| Octal | 11 | 326 | 12 | 140 | 0 | 137 | 20 | 170 | 134 | 54 |
| Binary | 1001 | 11010110 | 1010 | 1100000 | 0 | 1011111 | 10000 | 1111000 | 1011100 | 101100 |
Color Harmonies of #09D60A
Complementary color
Monochromatic Colors of #09D60A
Black with #09D60A
Text Example
Text Example
White with #09D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D60A; }
p { color: rgb(9,214,10); }
H1.HeaderClassName
{
color: #09D60A;
}
.AnyTagClassName
{
color: #09D60A;
}
</style>
background-color css
<style>
a { background-color: #09D60A; }
a { background-color: rgb(9,214,10); }
div.DivClassName
{
background-color: #09D60A;
}
.BgClassName
{
background-color: #09D60A;
}
</style>
border-color css
<style>
span { border-color: #09D60A; }
span { border-color: rgb(9,214,10); }
td.TdClassName
{
border-color: #09D60A;
}
.TagClassName
{
border-color: #09D60A;
}
</style>