Shades of Free Speech Green #08E42D
Tints of Free Speech Green #08E42D
RGB
CMYK
RGB Variations
Color information
#08E42D (or 0x08E42D) is known color: Free Speech Green. HEX triplet: 08, E4 and 2D. RGB value is (8,228,45). Sum of RGB (Red+Green+Blue) = 8+228+45=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 228 (89.45% from 255 or 81.14% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 228 - color contains mainly: green. Hex color #08E42D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08E42D is #F71BD2. Grayscale: #8D8D8D. Windows color (decimal): -16194515 or 3007496. OLE color: 3007496.
HSL color Cylindrical-coordinate representation of color #08E42D: hue angle of 130.09º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E42D is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 228 | 45 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.11 |
| HSL | 130.09º | 0.93% | 0.46% | - |
| HSV(B) | 130.09º | 0.96% | 0.89% | - |
| XYZ | 28.32 | 55.73 | 11.75 | - |
| YUV | 141.36 | 73.61 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 228 | 45 | 0.96 | 0 | 0.80 | 0.11 | 130.09 | 0.93 | 0.46 |
| Hex | 8 | E4 | 2D | 60 | 0 | 50 | B | 82 | 5D | 2E |
| Octal | 10 | 344 | 55 | 140 | 0 | 120 | 13 | 202 | 135 | 56 |
| Binary | 1000 | 11100100 | 101101 | 1100000 | 0 | 1010000 | 1011 | 10000010 | 1011101 | 101110 |
Color Harmonies of #08E42D
Complementary color
Monochromatic Colors of #08E42D
Black with #08E42D
Text Example
Text Example
White with #08E42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E42D; }
p { color: rgb(8,228,45); }
H1.HeaderClassName
{
color: #08E42D;
}
.AnyTagClassName
{
color: #08E42D;
}
</style>
background-color css
<style>
a { background-color: #08E42D; }
a { background-color: rgb(8,228,45); }
div.DivClassName
{
background-color: #08E42D;
}
.BgClassName
{
background-color: #08E42D;
}
</style>
border-color css
<style>
span { border-color: #08E42D; }
span { border-color: rgb(8,228,45); }
td.TdClassName
{
border-color: #08E42D;
}
.TagClassName
{
border-color: #08E42D;
}
</style>