Shades of Green #005D10
Tints of Green #005D10
RGB
CMYK
RGB Variations
Color information
#005D10 (or 0x005D10) is known color: Green. HEX triplet: 00, 5D and 10. RGB value is (0,93,16). Sum of RGB (Red+Green+Blue) = 0+93+16=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 93 (36.72% from 255 or 85.32% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 93 - color contains mainly: green. Hex color #005D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005D10 is #FFA2EF. Grayscale: #383838. Windows color (decimal): -16753392 or 1072384. OLE color: 1072384.
HSL color Cylindrical-coordinate representation of color #005D10: hue angle of 130.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D10 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 93 | 16 | - |
| CMYK | 1 | 0 | 0.83 | 0.64 |
| HSL | 130.32º | 1% | 0.18% | - |
| HSV(B) | 130.32º | 1% | 0.36% | - |
| XYZ | 4.01 | 7.87 | 1.8 | - |
| YUV | 56.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 16 | 1 | 0 | 0.83 | 0.64 | 130.32 | 1 | 0.18 |
| Hex | 0 | 5D | 10 | 64 | 0 | 53 | 40 | 82 | 64 | 12 |
| Octal | 0 | 135 | 20 | 144 | 0 | 123 | 100 | 202 | 144 | 22 |
| Binary | 0 | 1011101 | 10000 | 1100100 | 0 | 1010011 | 1000000 | 10000010 | 1100100 | 10010 |
Color Harmonies of #005D10
Complementary color
Monochromatic Colors of #005D10
Black with #005D10
Text Example
Text Example
White with #005D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D10; }
p { color: rgb(0,93,16); }
H1.HeaderClassName
{
color: #005D10;
}
.AnyTagClassName
{
color: #005D10;
}
</style>
background-color css
<style>
a { background-color: #005D10; }
a { background-color: rgb(0,93,16); }
div.DivClassName
{
background-color: #005D10;
}
.BgClassName
{
background-color: #005D10;
}
</style>
border-color css
<style>
span { border-color: #005D10; }
span { border-color: rgb(0,93,16); }
td.TdClassName
{
border-color: #005D10;
}
.TagClassName
{
border-color: #005D10;
}
</style>