Shades of Dark Green #0A1E17
Tints of Dark Green #0A1E17
RGB
CMYK
RGB Variations
Color information
#0A1E17 (or 0x0A1E17) is known color: Dark Green. HEX triplet: 0A, 1E and 17. RGB value is (10,30,23). Sum of RGB (Red+Green+Blue) = 10+30+23=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E17 is #F5E1E8. Grayscale: #171717. Windows color (decimal): -16114153 or 1515018. OLE color: 1515018.
HSL color Cylindrical-coordinate representation of color #0A1E17: hue angle of 159º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E17 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 30 | 23 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.88 |
| HSL | 159º | 0.5% | 0.08% | - |
| HSV(B) | 159º | 0.67% | 0.12% | - |
| XYZ | 0.74 | 1.05 | 0.98 | - |
| YUV | 23.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 23 | 0.67 | 0 | 0.23 | 0.88 | 159 | 0.5 | 0.08 |
| Hex | A | 1E | 17 | 43 | 0 | 17 | 58 | 9F | 32 | 8 |
| Octal | 12 | 36 | 27 | 103 | 0 | 27 | 130 | 237 | 62 | 10 |
| Binary | 1010 | 11110 | 10111 | 1000011 | 0 | 10111 | 1011000 | 10011111 | 110010 | 1000 |
Color Harmonies of #0A1E17
Complementary color
Monochromatic Colors of #0A1E17
Black with #0A1E17
Text Example
Text Example
White with #0A1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E17; }
p { color: rgb(10,30,23); }
H1.HeaderClassName
{
color: #0A1E17;
}
.AnyTagClassName
{
color: #0A1E17;
}
</style>
background-color css
<style>
a { background-color: #0A1E17; }
a { background-color: rgb(10,30,23); }
div.DivClassName
{
background-color: #0A1E17;
}
.BgClassName
{
background-color: #0A1E17;
}
</style>
border-color css
<style>
span { border-color: #0A1E17; }
span { border-color: rgb(10,30,23); }
td.TdClassName
{
border-color: #0A1E17;
}
.TagClassName
{
border-color: #0A1E17;
}
</style>