Shades of Fun Green #0A613A
Tints of Fun Green #0A613A
RGB
CMYK
RGB Variations
Color information
#0A613A (or 0x0A613A) is known color: Fun Green. HEX triplet: 0A, 61 and 3A. RGB value is (10,97,58). Sum of RGB (Red+Green+Blue) = 10+97+58=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #0A613A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A613A is #F59EC5. Grayscale: #424242. Windows color (decimal): -16096966 or 3825930. OLE color: 3825930.
HSL color Cylindrical-coordinate representation of color #0A613A: hue angle of 153.1º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A613A is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 97 | 58 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.62 |
| HSL | 153.1º | 0.81% | 0.21% | - |
| HSV(B) | 153.1º | 0.9% | 0.38% | - |
| XYZ | 5.16 | 8.92 | 5.45 | - |
| YUV | 66.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 58 | 0.90 | 0 | 0.40 | 0.62 | 153.1 | 0.81 | 0.21 |
| Hex | A | 61 | 3A | 5A | 0 | 28 | 3E | 99 | 51 | 15 |
| Octal | 12 | 141 | 72 | 132 | 0 | 50 | 76 | 231 | 121 | 25 |
| Binary | 1010 | 1100001 | 111010 | 1011010 | 0 | 101000 | 111110 | 10011001 | 1010001 | 10101 |
Color Harmonies of #0A613A
Complementary color
Monochromatic Colors of #0A613A
Black with #0A613A
Text Example
Text Example
White with #0A613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A613A; }
p { color: rgb(10,97,58); }
H1.HeaderClassName
{
color: #0A613A;
}
.AnyTagClassName
{
color: #0A613A;
}
</style>
background-color css
<style>
a { background-color: #0A613A; }
a { background-color: rgb(10,97,58); }
div.DivClassName
{
background-color: #0A613A;
}
.BgClassName
{
background-color: #0A613A;
}
</style>
border-color css
<style>
span { border-color: #0A613A; }
span { border-color: rgb(10,97,58); }
td.TdClassName
{
border-color: #0A613A;
}
.TagClassName
{
border-color: #0A613A;
}
</style>