Shades of Fun Green #0A603D
Tints of Fun Green #0A603D
RGB
CMYK
RGB Variations
Color information
#0A603D (or 0x0A603D) is known color: Fun Green. HEX triplet: 0A, 60 and 3D. RGB value is (10,96,61). Sum of RGB (Red+Green+Blue) = 10+96+61=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #0A603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A603D is #F59FC2. Grayscale: #424242. Windows color (decimal): -16097219 or 4022282. OLE color: 4022282.
HSL color Cylindrical-coordinate representation of color #0A603D: hue angle of 155.58º 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 #0A603D is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 96 | 61 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.62 |
| HSL | 155.58º | 0.81% | 0.21% | - |
| HSV(B) | 155.58º | 0.9% | 0.38% | - |
| XYZ | 5.15 | 8.77 | 5.84 | - |
| YUV | 66.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 61 | 0.90 | 0 | 0.36 | 0.62 | 155.58 | 0.81 | 0.21 |
| Hex | A | 60 | 3D | 5A | 0 | 24 | 3E | 9C | 51 | 15 |
| Octal | 12 | 140 | 75 | 132 | 0 | 44 | 76 | 234 | 121 | 25 |
| Binary | 1010 | 1100000 | 111101 | 1011010 | 0 | 100100 | 111110 | 10011100 | 1010001 | 10101 |
Color Harmonies of #0A603D
Complementary color
Monochromatic Colors of #0A603D
Black with #0A603D
Text Example
Text Example
White with #0A603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A603D; }
p { color: rgb(10,96,61); }
H1.HeaderClassName
{
color: #0A603D;
}
.AnyTagClassName
{
color: #0A603D;
}
</style>
background-color css
<style>
a { background-color: #0A603D; }
a { background-color: rgb(10,96,61); }
div.DivClassName
{
background-color: #0A603D;
}
.BgClassName
{
background-color: #0A603D;
}
</style>
border-color css
<style>
span { border-color: #0A603D; }
span { border-color: rgb(10,96,61); }
td.TdClassName
{
border-color: #0A603D;
}
.TagClassName
{
border-color: #0A603D;
}
</style>