Shades of Green #005C10
Tints of Green #005C10
RGB
CMYK
RGB Variations
Color information
#005C10 (or 0x005C10) is known color: Green. HEX triplet: 00, 5C and 10. RGB value is (0,92,16). Sum of RGB (Red+Green+Blue) = 0+92+16=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 92 (36.33% from 255 or 85.19% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 92 - color contains mainly: green. Hex color #005C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005C10 is #FFA3EF. Grayscale: #383838. Windows color (decimal): -16753648 or 1072128. OLE color: 1072128.
HSL color Cylindrical-coordinate representation of color #005C10: hue angle of 130.43º 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 #005C10 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 92 | 16 | - |
| CMYK | 1 | 0 | 0.83 | 0.64 |
| HSL | 130.43º | 1% | 0.18% | - |
| HSV(B) | 130.43º | 1% | 0.36% | - |
| XYZ | 3.92 | 7.69 | 1.77 | - |
| YUV | 55.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 16 | 1 | 0 | 0.83 | 0.64 | 130.43 | 1 | 0.18 |
| Hex | 0 | 5C | 10 | 64 | 0 | 53 | 40 | 82 | 64 | 12 |
| Octal | 0 | 134 | 20 | 144 | 0 | 123 | 100 | 202 | 144 | 22 |
| Binary | 0 | 1011100 | 10000 | 1100100 | 0 | 1010011 | 1000000 | 10000010 | 1100100 | 10010 |
Color Harmonies of #005C10
Complementary color
Monochromatic Colors of #005C10
Black with #005C10
Text Example
Text Example
White with #005C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C10; }
p { color: rgb(0,92,16); }
H1.HeaderClassName
{
color: #005C10;
}
.AnyTagClassName
{
color: #005C10;
}
</style>
background-color css
<style>
a { background-color: #005C10; }
a { background-color: rgb(0,92,16); }
div.DivClassName
{
background-color: #005C10;
}
.BgClassName
{
background-color: #005C10;
}
</style>
border-color css
<style>
span { border-color: #005C10; }
span { border-color: rgb(0,92,16); }
td.TdClassName
{
border-color: #005C10;
}
.TagClassName
{
border-color: #005C10;
}
</style>