Shades of Fun Green #0A653B
Tints of Fun Green #0A653B
RGB
CMYK
RGB Variations
Color information
#0A653B (or 0x0A653B) is known color: Fun Green. HEX triplet: 0A, 65 and 3B. RGB value is (10,101,59). Sum of RGB (Red+Green+Blue) = 10+101+59=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #0A653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A653B is #F59AC4. Grayscale: #454545. Windows color (decimal): -16095941 or 3892490. OLE color: 3892490.
HSL color Cylindrical-coordinate representation of color #0A653B: hue angle of 152.31º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A653B is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 10 | 101 | 59 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.60 |
| HSL | 152.31º | 0.82% | 0.22% | - |
| HSV(B) | 152.31º | 0.9% | 0.4% | - |
| XYZ | 5.57 | 9.69 | 5.71 | - |
| YUV | 69 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 101 | 59 | 0.90 | 0 | 0.42 | 0.60 | 152.31 | 0.82 | 0.22 |
| Hex | A | 65 | 3B | 5A | 0 | 2A | 3C | 98 | 52 | 16 |
| Octal | 12 | 145 | 73 | 132 | 0 | 52 | 74 | 230 | 122 | 26 |
| Binary | 1010 | 1100101 | 111011 | 1011010 | 0 | 101010 | 111100 | 10011000 | 1010010 | 10110 |
Color Harmonies of #0A653B
Complementary color
Monochromatic Colors of #0A653B
Black with #0A653B
Text Example
Text Example
White with #0A653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A653B; }
p { color: rgb(10,101,59); }
H1.HeaderClassName
{
color: #0A653B;
}
.AnyTagClassName
{
color: #0A653B;
}
</style>
background-color css
<style>
a { background-color: #0A653B; }
a { background-color: rgb(10,101,59); }
div.DivClassName
{
background-color: #0A653B;
}
.BgClassName
{
background-color: #0A653B;
}
</style>
border-color css
<style>
span { border-color: #0A653B; }
span { border-color: rgb(10,101,59); }
td.TdClassName
{
border-color: #0A653B;
}
.TagClassName
{
border-color: #0A653B;
}
</style>