Shades of Fun Green #0A6836
Tints of Fun Green #0A6836
RGB
CMYK
RGB Variations
Color information
#0A6836 (or 0x0A6836) is known color: Fun Green. HEX triplet: 0A, 68 and 36. RGB value is (10,104,54). Sum of RGB (Red+Green+Blue) = 10+104+54=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6836 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6836 is #F597C9. Grayscale: #464646. Windows color (decimal): -16095178 or 3565578. OLE color: 3565578.
HSL color Cylindrical-coordinate representation of color #0A6836: hue angle of 148.09º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6836 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 54 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.59 |
| HSL | 148.09º | 0.82% | 0.22% | - |
| HSV(B) | 148.09º | 0.9% | 0.41% | - |
| XYZ | 5.74 | 10.23 | 5.16 | - |
| YUV | 70.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 54 | 0.90 | 0 | 0.48 | 0.59 | 148.09 | 0.82 | 0.22 |
| Hex | A | 68 | 36 | 5A | 0 | 30 | 3B | 94 | 52 | 16 |
| Octal | 12 | 150 | 66 | 132 | 0 | 60 | 73 | 224 | 122 | 26 |
| Binary | 1010 | 1101000 | 110110 | 1011010 | 0 | 110000 | 111011 | 10010100 | 1010010 | 10110 |
Color Harmonies of #0A6836
Complementary color
Monochromatic Colors of #0A6836
Black with #0A6836
Text Example
Text Example
White with #0A6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6836; }
p { color: rgb(10,104,54); }
H1.HeaderClassName
{
color: #0A6836;
}
.AnyTagClassName
{
color: #0A6836;
}
</style>
background-color css
<style>
a { background-color: #0A6836; }
a { background-color: rgb(10,104,54); }
div.DivClassName
{
background-color: #0A6836;
}
.BgClassName
{
background-color: #0A6836;
}
</style>
border-color css
<style>
span { border-color: #0A6836; }
span { border-color: rgb(10,104,54); }
td.TdClassName
{
border-color: #0A6836;
}
.TagClassName
{
border-color: #0A6836;
}
</style>