Shades of Green #015C0A
Tints of Green #015C0A
RGB
CMYK
RGB Variations
Color information
#015C0A (or 0x015C0A) is known color: Green. HEX triplet: 01, 5C and 0A. RGB value is (1,92,10). Sum of RGB (Red+Green+Blue) = 1+92+10=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 92 (36.33% from 255 or 89.32% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 92 - color contains mainly: green. Hex color #015C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C0A is #FEA3F5. Grayscale: #373737. Windows color (decimal): -16688118 or 678913. OLE color: 678913.
HSL color Cylindrical-coordinate representation of color #015C0A: hue angle of 125.93º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C0A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 10 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.64 |
| HSL | 125.93º | 0.98% | 0.18% | - |
| HSV(B) | 125.93º | 0.99% | 0.36% | - |
| XYZ | 3.89 | 7.68 | 1.56 | - |
| YUV | 55.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 10 | 0.99 | 0 | 0.89 | 0.64 | 125.93 | 0.98 | 0.18 |
| Hex | 1 | 5C | A | 63 | 0 | 59 | 40 | 7E | 62 | 12 |
| Octal | 1 | 134 | 12 | 143 | 0 | 131 | 100 | 176 | 142 | 22 |
| Binary | 1 | 1011100 | 1010 | 1100011 | 0 | 1011001 | 1000000 | 1111110 | 1100010 | 10010 |
Color Harmonies of #015C0A
Complementary color
Monochromatic Colors of #015C0A
Black with #015C0A
Text Example
Text Example
White with #015C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C0A; }
p { color: rgb(1,92,10); }
H1.HeaderClassName
{
color: #015C0A;
}
.AnyTagClassName
{
color: #015C0A;
}
</style>
background-color css
<style>
a { background-color: #015C0A; }
a { background-color: rgb(1,92,10); }
div.DivClassName
{
background-color: #015C0A;
}
.BgClassName
{
background-color: #015C0A;
}
</style>
border-color css
<style>
span { border-color: #015C0A; }
span { border-color: rgb(1,92,10); }
td.TdClassName
{
border-color: #015C0A;
}
.TagClassName
{
border-color: #015C0A;
}
</style>