Shades of Green #005A08
Tints of Green #005A08
RGB
CMYK
RGB Variations
Color information
#005A08 (or 0x005A08) is known color: Green. HEX triplet: 00, 5A and 08. RGB value is (0,90,8). Sum of RGB (Red+Green+Blue) = 0+90+8=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 90 (35.55% from 255 or 91.84% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 90 - color contains mainly: green. Hex color #005A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A08 is #FFA5F7. Grayscale: #353535. Windows color (decimal): -16754168 or 547328. OLE color: 547328.
HSL color Cylindrical-coordinate representation of color #005A08: hue angle of 125.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A08 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 8 | - |
| CMYK | 1 | 0 | 0.91 | 0.65 |
| HSL | 125.33º | 1% | 0.18% | - |
| HSV(B) | 125.33º | 1% | 0.35% | - |
| XYZ | 3.7 | 7.33 | 1.45 | - |
| YUV | 53.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 8 | 1 | 0 | 0.91 | 0.65 | 125.33 | 1 | 0.18 |
| Hex | 0 | 5A | 8 | 64 | 0 | 5B | 41 | 7D | 64 | 12 |
| Octal | 0 | 132 | 10 | 144 | 0 | 133 | 101 | 175 | 144 | 22 |
| Binary | 0 | 1011010 | 1000 | 1100100 | 0 | 1011011 | 1000001 | 1111101 | 1100100 | 10010 |
Color Harmonies of #005A08
Complementary color
Monochromatic Colors of #005A08
Black with #005A08
Text Example
Text Example
White with #005A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A08; }
p { color: rgb(0,90,8); }
H1.HeaderClassName
{
color: #005A08;
}
.AnyTagClassName
{
color: #005A08;
}
</style>
background-color css
<style>
a { background-color: #005A08; }
a { background-color: rgb(0,90,8); }
div.DivClassName
{
background-color: #005A08;
}
.BgClassName
{
background-color: #005A08;
}
</style>
border-color css
<style>
span { border-color: #005A08; }
span { border-color: rgb(0,90,8); }
td.TdClassName
{
border-color: #005A08;
}
.TagClassName
{
border-color: #005A08;
}
</style>