Shades of Crusoe #0A5E18
Tints of Crusoe #0A5E18
RGB
CMYK
RGB Variations
Color information
#0A5E18 (or 0x0A5E18) is known color: Crusoe. HEX triplet: 0A, 5E and 18. RGB value is (10,94,24). Sum of RGB (Red+Green+Blue) = 10+94+24=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #0A5E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5E18 is #F5A1E7. Grayscale: #3D3D3D. Windows color (decimal): -16097768 or 1596938. OLE color: 1596938.
HSL color Cylindrical-coordinate representation of color #0A5E18: hue angle of 130º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5E18 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 10 | 94 | 24 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.63 |
| HSL | 130º | 0.81% | 0.2% | - |
| HSV(B) | 130º | 0.89% | 0.37% | - |
| XYZ | 4.29 | 8.14 | 2.21 | - |
| YUV | 60.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 94 | 24 | 0.89 | 0 | 0.74 | 0.63 | 130 | 0.81 | 0.2 |
| Hex | A | 5E | 18 | 59 | 0 | 4A | 3F | 82 | 51 | 14 |
| Octal | 12 | 136 | 30 | 131 | 0 | 112 | 77 | 202 | 121 | 24 |
| Binary | 1010 | 1011110 | 11000 | 1011001 | 0 | 1001010 | 111111 | 10000010 | 1010001 | 10100 |
Color Harmonies of #0A5E18
Complementary color
Monochromatic Colors of #0A5E18
Black with #0A5E18
Text Example
Text Example
White with #0A5E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5E18; }
p { color: rgb(10,94,24); }
H1.HeaderClassName
{
color: #0A5E18;
}
.AnyTagClassName
{
color: #0A5E18;
}
</style>
background-color css
<style>
a { background-color: #0A5E18; }
a { background-color: rgb(10,94,24); }
div.DivClassName
{
background-color: #0A5E18;
}
.BgClassName
{
background-color: #0A5E18;
}
</style>
border-color css
<style>
span { border-color: #0A5E18; }
span { border-color: rgb(10,94,24); }
td.TdClassName
{
border-color: #0A5E18;
}
.TagClassName
{
border-color: #0A5E18;
}
</style>