Shades of Green #015F0A
Tints of Green #015F0A
RGB
CMYK
RGB Variations
Color information
#015F0A (or 0x015F0A) is known color: Green. HEX triplet: 01, 5F and 0A. RGB value is (1,95,10). Sum of RGB (Red+Green+Blue) = 1+95+10=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 95 (37.5% from 255 or 89.62% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0A is #FEA0F5. Grayscale: #393939. Windows color (decimal): -16687350 or 679681. OLE color: 679681.
HSL color Cylindrical-coordinate representation of color #015F0A: hue angle of 125.74º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F0A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 10 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.63 |
| HSL | 125.74º | 0.98% | 0.19% | - |
| HSV(B) | 125.74º | 0.99% | 0.37% | - |
| XYZ | 4.16 | 8.21 | 1.65 | - |
| YUV | 57.2 | 101.36 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 10 | 0.99 | 0 | 0.89 | 0.63 | 125.74 | 0.98 | 0.19 |
| Hex | 1 | 5F | A | 63 | 0 | 59 | 3F | 7E | 62 | 13 |
| Octal | 1 | 137 | 12 | 143 | 0 | 131 | 77 | 176 | 142 | 23 |
| Binary | 1 | 1011111 | 1010 | 1100011 | 0 | 1011001 | 111111 | 1111110 | 1100010 | 10011 |
Color Harmonies of #015F0A
Complementary color
Monochromatic Colors of #015F0A
Black with #015F0A
Text Example
Text Example
White with #015F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F0A; }
p { color: rgb(1,95,10); }
H1.HeaderClassName
{
color: #015F0A;
}
.AnyTagClassName
{
color: #015F0A;
}
</style>
background-color css
<style>
a { background-color: #015F0A; }
a { background-color: rgb(1,95,10); }
div.DivClassName
{
background-color: #015F0A;
}
.BgClassName
{
background-color: #015F0A;
}
</style>
border-color css
<style>
span { border-color: #015F0A; }
span { border-color: rgb(1,95,10); }
td.TdClassName
{
border-color: #015F0A;
}
.TagClassName
{
border-color: #015F0A;
}
</style>