Shades of Green #005E0A
Tints of Green #005E0A
RGB
CMYK
RGB Variations
Color information
#005E0A (or 0x005E0A) is known color: Green. HEX triplet: 00, 5E and 0A. RGB value is (0,94,10). Sum of RGB (Red+Green+Blue) = 0+94+10=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 94 (37.11% from 255 or 90.38% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 94 - color contains mainly: green. Hex color #005E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E0A is #FFA1F5. Grayscale: #383838. Windows color (decimal): -16753142 or 679424. OLE color: 679424.
HSL color Cylindrical-coordinate representation of color #005E0A: hue angle of 126.38º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E0A is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 94 | 10 | - |
| CMYK | 1 | 0 | 0.89 | 0.63 |
| HSL | 126.38º | 1% | 0.18% | - |
| HSV(B) | 126.38º | 1% | 0.37% | - |
| XYZ | 4.06 | 8.03 | 1.62 | - |
| YUV | 56.32 | 101.86 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 10 | 1 | 0 | 0.89 | 0.63 | 126.38 | 1 | 0.18 |
| Hex | 0 | 5E | A | 64 | 0 | 59 | 3F | 7E | 64 | 12 |
| Octal | 0 | 136 | 12 | 144 | 0 | 131 | 77 | 176 | 144 | 22 |
| Binary | 0 | 1011110 | 1010 | 1100100 | 0 | 1011001 | 111111 | 1111110 | 1100100 | 10010 |
Color Harmonies of #005E0A
Complementary color
Monochromatic Colors of #005E0A
Black with #005E0A
Text Example
Text Example
White with #005E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E0A; }
p { color: rgb(0,94,10); }
H1.HeaderClassName
{
color: #005E0A;
}
.AnyTagClassName
{
color: #005E0A;
}
</style>
background-color css
<style>
a { background-color: #005E0A; }
a { background-color: rgb(0,94,10); }
div.DivClassName
{
background-color: #005E0A;
}
.BgClassName
{
background-color: #005E0A;
}
</style>
border-color css
<style>
span { border-color: #005E0A; }
span { border-color: rgb(0,94,10); }
td.TdClassName
{
border-color: #005E0A;
}
.TagClassName
{
border-color: #005E0A;
}
</style>