Shades of Jewel #0A5A3F
Tints of Jewel #0A5A3F
RGB
CMYK
RGB Variations
Color information
#0A5A3F (or 0x0A5A3F) is known color: Jewel. HEX triplet: 0A, 5A and 3F. RGB value is (10,90,63). Sum of RGB (Red+Green+Blue) = 10+90+63=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A3F is #F5A5C0. Grayscale: #3F3F3F. Windows color (decimal): -16098753 or 4151818. OLE color: 4151818.
HSL color Cylindrical-coordinate representation of color #0A5A3F: hue angle of 159.75º 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 #0A5A3F is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 63 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.65 |
| HSL | 159.75º | 0.8% | 0.2% | - |
| HSV(B) | 159.75º | 0.89% | 0.35% | - |
| XYZ | 4.68 | 7.74 | 5.95 | - |
| YUV | 63 | 128 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 63 | 0.89 | 0 | 0.30 | 0.65 | 159.75 | 0.8 | 0.2 |
| Hex | A | 5A | 3F | 59 | 0 | 1E | 41 | A0 | 50 | 14 |
| Octal | 12 | 132 | 77 | 131 | 0 | 36 | 101 | 240 | 120 | 24 |
| Binary | 1010 | 1011010 | 111111 | 1011001 | 0 | 11110 | 1000001 | 10100000 | 1010000 | 10100 |
Color Harmonies of #0A5A3F
Complementary color
Monochromatic Colors of #0A5A3F
Black with #0A5A3F
Text Example
Text Example
White with #0A5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A3F; }
p { color: rgb(10,90,63); }
H1.HeaderClassName
{
color: #0A5A3F;
}
.AnyTagClassName
{
color: #0A5A3F;
}
</style>
background-color css
<style>
a { background-color: #0A5A3F; }
a { background-color: rgb(10,90,63); }
div.DivClassName
{
background-color: #0A5A3F;
}
.BgClassName
{
background-color: #0A5A3F;
}
</style>
border-color css
<style>
span { border-color: #0A5A3F; }
span { border-color: rgb(10,90,63); }
td.TdClassName
{
border-color: #0A5A3F;
}
.TagClassName
{
border-color: #0A5A3F;
}
</style>