Shades of Fun Green #0A6832
Tints of Fun Green #0A6832
RGB
CMYK
RGB Variations
Color information
#0A6832 (or 0x0A6832) is known color: Fun Green. HEX triplet: 0A, 68 and 32. RGB value is (10,104,50). Sum of RGB (Red+Green+Blue) = 10+104+50=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 104 (41.02% from 255 or 63.41% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6832 is #F597CD. Grayscale: #454545. Windows color (decimal): -16095182 or 3303434. OLE color: 3303434.
HSL color Cylindrical-coordinate representation of color #0A6832: hue angle of 145.53º 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 #0A6832 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 104 | 50 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.59 |
| HSL | 145.53º | 0.82% | 0.22% | - |
| HSV(B) | 145.53º | 0.9% | 0.41% | - |
| XYZ | 5.65 | 10.2 | 4.69 | - |
| YUV | 69.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 104 | 50 | 0.90 | 0 | 0.52 | 0.59 | 145.53 | 0.82 | 0.22 |
| Hex | A | 68 | 32 | 5A | 0 | 34 | 3B | 92 | 52 | 16 |
| Octal | 12 | 150 | 62 | 132 | 0 | 64 | 73 | 222 | 122 | 26 |
| Binary | 1010 | 1101000 | 110010 | 1011010 | 0 | 110100 | 111011 | 10010010 | 1010010 | 10110 |
Color Harmonies of #0A6832
Complementary color
Monochromatic Colors of #0A6832
Black with #0A6832
Text Example
Text Example
White with #0A6832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6832; }
p { color: rgb(10,104,50); }
H1.HeaderClassName
{
color: #0A6832;
}
.AnyTagClassName
{
color: #0A6832;
}
</style>
background-color css
<style>
a { background-color: #0A6832; }
a { background-color: rgb(10,104,50); }
div.DivClassName
{
background-color: #0A6832;
}
.BgClassName
{
background-color: #0A6832;
}
</style>
border-color css
<style>
span { border-color: #0A6832; }
span { border-color: rgb(10,104,50); }
td.TdClassName
{
border-color: #0A6832;
}
.TagClassName
{
border-color: #0A6832;
}
</style>