Shades of Jewel #0A5A40
Tints of Jewel #0A5A40
RGB
CMYK
RGB Variations
Color information
#0A5A40 (or 0x0A5A40) is known color: Jewel. HEX triplet: 0A, 5A and 40. RGB value is (10,90,64). Sum of RGB (Red+Green+Blue) = 10+90+64=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A40 is #F5A5BF. Grayscale: #3F3F3F. Windows color (decimal): -16098752 or 4217354. OLE color: 4217354.
HSL color Cylindrical-coordinate representation of color #0A5A40: hue angle of 160.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A40 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 64 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.65 |
| HSL | 160.5º | 0.8% | 0.2% | - |
| HSV(B) | 160.5º | 0.89% | 0.35% | - |
| XYZ | 4.71 | 7.75 | 6.1 | - |
| YUV | 63.12 | 128.5 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 64 | 0.89 | 0 | 0.29 | 0.65 | 160.5 | 0.8 | 0.2 |
| Hex | A | 5A | 40 | 59 | 0 | 1D | 41 | A0 | 50 | 14 |
| Octal | 12 | 132 | 100 | 131 | 0 | 35 | 101 | 240 | 120 | 24 |
| Binary | 1010 | 1011010 | 1000000 | 1011001 | 0 | 11101 | 1000001 | 10100000 | 1010000 | 10100 |
Color Harmonies of #0A5A40
Complementary color
Monochromatic Colors of #0A5A40
Black with #0A5A40
Text Example
Text Example
White with #0A5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A40; }
p { color: rgb(10,90,64); }
H1.HeaderClassName
{
color: #0A5A40;
}
.AnyTagClassName
{
color: #0A5A40;
}
</style>
background-color css
<style>
a { background-color: #0A5A40; }
a { background-color: rgb(10,90,64); }
div.DivClassName
{
background-color: #0A5A40;
}
.BgClassName
{
background-color: #0A5A40;
}
</style>
border-color css
<style>
span { border-color: #0A5A40; }
span { border-color: rgb(10,90,64); }
td.TdClassName
{
border-color: #0A5A40;
}
.TagClassName
{
border-color: #0A5A40;
}
</style>