Shades of Fun Green #0A583C
Tints of Fun Green #0A583C
RGB
CMYK
RGB Variations
Color information
#0A583C (or 0x0A583C) is known color: Fun Green. HEX triplet: 0A, 58 and 3C. RGB value is (10,88,60). Sum of RGB (Red+Green+Blue) = 10+88+60=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #0A583C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A583C is #F5A7C3. Grayscale: #3D3D3D. Windows color (decimal): -16099268 or 3954698. OLE color: 3954698.
HSL color Cylindrical-coordinate representation of color #0A583C: hue angle of 158.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A583C is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 60 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.65 |
| HSL | 158.46º | 0.8% | 0.19% | - |
| HSV(B) | 158.46º | 0.89% | 0.35% | - |
| XYZ | 4.43 | 7.37 | 5.46 | - |
| YUV | 61.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 60 | 0.89 | 0 | 0.32 | 0.65 | 158.46 | 0.8 | 0.19 |
| Hex | A | 58 | 3C | 59 | 0 | 20 | 41 | 9E | 50 | 13 |
| Octal | 12 | 130 | 74 | 131 | 0 | 40 | 101 | 236 | 120 | 23 |
| Binary | 1010 | 1011000 | 111100 | 1011001 | 0 | 100000 | 1000001 | 10011110 | 1010000 | 10011 |
Color Harmonies of #0A583C
Complementary color
Monochromatic Colors of #0A583C
Black with #0A583C
Text Example
Text Example
White with #0A583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A583C; }
p { color: rgb(10,88,60); }
H1.HeaderClassName
{
color: #0A583C;
}
.AnyTagClassName
{
color: #0A583C;
}
</style>
background-color css
<style>
a { background-color: #0A583C; }
a { background-color: rgb(10,88,60); }
div.DivClassName
{
background-color: #0A583C;
}
.BgClassName
{
background-color: #0A583C;
}
</style>
border-color css
<style>
span { border-color: #0A583C; }
span { border-color: rgb(10,88,60); }
td.TdClassName
{
border-color: #0A583C;
}
.TagClassName
{
border-color: #0A583C;
}
</style>