Shades of Free Speech Green #09E02A
Tints of Free Speech Green #09E02A
RGB
CMYK
RGB Variations
Color information
#09E02A (or 0x09E02A) is known color: Free Speech Green. HEX triplet: 09, E0 and 2A. RGB value is (9,224,42). Sum of RGB (Red+Green+Blue) = 9+224+42=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #09E02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E02A is #F61FD5. Grayscale: #8B8B8B. Windows color (decimal): -16130006 or 2809865. OLE color: 2809865.
HSL color Cylindrical-coordinate representation of color #09E02A: hue angle of 129.21º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E02A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 224 | 42 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.12 |
| HSL | 129.21º | 0.92% | 0.46% | - |
| HSV(B) | 129.21º | 0.96% | 0.88% | - |
| XYZ | 27.19 | 53.54 | 11.09 | - |
| YUV | 138.97 | 73.27 | 35.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 224 | 42 | 0.96 | 0 | 0.81 | 0.12 | 129.21 | 0.92 | 0.46 |
| Hex | 9 | E0 | 2A | 60 | 0 | 51 | C | 81 | 5C | 2E |
| Octal | 11 | 340 | 52 | 140 | 0 | 121 | 14 | 201 | 134 | 56 |
| Binary | 1001 | 11100000 | 101010 | 1100000 | 0 | 1010001 | 1100 | 10000001 | 1011100 | 101110 |
Color Harmonies of #09E02A
Complementary color
Monochromatic Colors of #09E02A
Black with #09E02A
Text Example
Text Example
White with #09E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E02A; }
p { color: rgb(9,224,42); }
H1.HeaderClassName
{
color: #09E02A;
}
.AnyTagClassName
{
color: #09E02A;
}
</style>
background-color css
<style>
a { background-color: #09E02A; }
a { background-color: rgb(9,224,42); }
div.DivClassName
{
background-color: #09E02A;
}
.BgClassName
{
background-color: #09E02A;
}
</style>
border-color css
<style>
span { border-color: #09E02A; }
span { border-color: rgb(9,224,42); }
td.TdClassName
{
border-color: #09E02A;
}
.TagClassName
{
border-color: #09E02A;
}
</style>