Shades of Fun Green #0A5A3C
Tints of Fun Green #0A5A3C
RGB
CMYK
RGB Variations
Color information
#0A5A3C (or 0x0A5A3C) is known color: Fun Green. HEX triplet: 0A, 5A and 3C. RGB value is (10,90,60). Sum of RGB (Red+Green+Blue) = 10+90+60=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A3C is #F5A5C3. Grayscale: #3E3E3E. Windows color (decimal): -16098756 or 3955210. OLE color: 3955210.
HSL color Cylindrical-coordinate representation of color #0A5A3C: hue angle of 157.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 #0A5A3C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 60 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.65 |
| HSL | 157.5º | 0.8% | 0.2% | - |
| HSV(B) | 157.5º | 0.89% | 0.35% | - |
| XYZ | 4.6 | 7.7 | 5.52 | - |
| YUV | 62.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 60 | 0.89 | 0 | 0.33 | 0.65 | 157.5 | 0.8 | 0.2 |
| Hex | A | 5A | 3C | 59 | 0 | 21 | 41 | 9E | 50 | 14 |
| Octal | 12 | 132 | 74 | 131 | 0 | 41 | 101 | 236 | 120 | 24 |
| Binary | 1010 | 1011010 | 111100 | 1011001 | 0 | 100001 | 1000001 | 10011110 | 1010000 | 10100 |
Color Harmonies of #0A5A3C
Complementary color
Monochromatic Colors of #0A5A3C
Black with #0A5A3C
Text Example
Text Example
White with #0A5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A3C; }
p { color: rgb(10,90,60); }
H1.HeaderClassName
{
color: #0A5A3C;
}
.AnyTagClassName
{
color: #0A5A3C;
}
</style>
background-color css
<style>
a { background-color: #0A5A3C; }
a { background-color: rgb(10,90,60); }
div.DivClassName
{
background-color: #0A5A3C;
}
.BgClassName
{
background-color: #0A5A3C;
}
</style>
border-color css
<style>
span { border-color: #0A5A3C; }
span { border-color: rgb(10,90,60); }
td.TdClassName
{
border-color: #0A5A3C;
}
.TagClassName
{
border-color: #0A5A3C;
}
</style>