Shades of Fun Green #0A553C
Tints of Fun Green #0A553C
RGB
CMYK
RGB Variations
Color information
#0A553C (or 0x0A553C) is known color: Fun Green. HEX triplet: 0A, 55 and 3C. RGB value is (10,85,60). Sum of RGB (Red+Green+Blue) = 10+85+60=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #0A553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A553C is #F5AAC3. Grayscale: #3B3B3B. Windows color (decimal): -16100036 or 3953930. OLE color: 3953930.
HSL color Cylindrical-coordinate representation of color #0A553C: hue angle of 160º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A553C is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 60 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.67 |
| HSL | 160º | 0.79% | 0.19% | - |
| HSV(B) | 160º | 0.88% | 0.33% | - |
| XYZ | 4.19 | 6.89 | 5.38 | - |
| YUV | 59.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 60 | 0.88 | 0 | 0.29 | 0.67 | 160 | 0.79 | 0.19 |
| Hex | A | 55 | 3C | 58 | 0 | 1D | 43 | A0 | 4F | 13 |
| Octal | 12 | 125 | 74 | 130 | 0 | 35 | 103 | 240 | 117 | 23 |
| Binary | 1010 | 1010101 | 111100 | 1011000 | 0 | 11101 | 1000011 | 10100000 | 1001111 | 10011 |
Color Harmonies of #0A553C
Complementary color
Monochromatic Colors of #0A553C
Black with #0A553C
Text Example
Text Example
White with #0A553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A553C; }
p { color: rgb(10,85,60); }
H1.HeaderClassName
{
color: #0A553C;
}
.AnyTagClassName
{
color: #0A553C;
}
</style>
background-color css
<style>
a { background-color: #0A553C; }
a { background-color: rgb(10,85,60); }
div.DivClassName
{
background-color: #0A553C;
}
.BgClassName
{
background-color: #0A553C;
}
</style>
border-color css
<style>
span { border-color: #0A553C; }
span { border-color: rgb(10,85,60); }
td.TdClassName
{
border-color: #0A553C;
}
.TagClassName
{
border-color: #0A553C;
}
</style>