Shades of Crusoe #0A5A15
Tints of Crusoe #0A5A15
RGB
CMYK
RGB Variations
Color information
#0A5A15 (or 0x0A5A15) is known color: Crusoe. HEX triplet: 0A, 5A and 15. RGB value is (10,90,21). Sum of RGB (Red+Green+Blue) = 10+90+21=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5A15 is #F5A5EA. Grayscale: #3A3A3A. Windows color (decimal): -16098795 or 1399306. OLE color: 1399306.
HSL color Cylindrical-coordinate representation of color #0A5A15: hue angle of 128.25º 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 #0A5A15 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 21 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.65 |
| HSL | 128.25º | 0.8% | 0.2% | - |
| HSV(B) | 128.25º | 0.89% | 0.35% | - |
| XYZ | 3.92 | 7.43 | 1.94 | - |
| YUV | 58.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 21 | 0.89 | 0 | 0.77 | 0.65 | 128.25 | 0.8 | 0.2 |
| Hex | A | 5A | 15 | 59 | 0 | 4D | 41 | 80 | 50 | 14 |
| Octal | 12 | 132 | 25 | 131 | 0 | 115 | 101 | 200 | 120 | 24 |
| Binary | 1010 | 1011010 | 10101 | 1011001 | 0 | 1001101 | 1000001 | 10000000 | 1010000 | 10100 |
Color Harmonies of #0A5A15
Complementary color
Monochromatic Colors of #0A5A15
Black with #0A5A15
Text Example
Text Example
White with #0A5A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A15; }
p { color: rgb(10,90,21); }
H1.HeaderClassName
{
color: #0A5A15;
}
.AnyTagClassName
{
color: #0A5A15;
}
</style>
background-color css
<style>
a { background-color: #0A5A15; }
a { background-color: rgb(10,90,21); }
div.DivClassName
{
background-color: #0A5A15;
}
.BgClassName
{
background-color: #0A5A15;
}
</style>
border-color css
<style>
span { border-color: #0A5A15; }
span { border-color: rgb(10,90,21); }
td.TdClassName
{
border-color: #0A5A15;
}
.TagClassName
{
border-color: #0A5A15;
}
</style>