Shades of Fun Green #0A6333
Tints of Fun Green #0A6333
RGB
CMYK
RGB Variations
Color information
#0A6333 (or 0x0A6333) is known color: Fun Green. HEX triplet: 0A, 63 and 33. RGB value is (10,99,51). Sum of RGB (Red+Green+Blue) = 10+99+51=160 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.25% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6333 is #F59CCC. Grayscale: #434343. Windows color (decimal): -16096461 or 3367690. OLE color: 3367690.
HSL color Cylindrical-coordinate representation of color #0A6333: hue angle of 147.64º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6333 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 51 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.61 |
| HSL | 147.64º | 0.82% | 0.21% | - |
| HSV(B) | 147.64º | 0.9% | 0.39% | - |
| XYZ | 5.18 | 9.23 | 4.64 | - |
| YUV | 66.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 51 | 0.90 | 0 | 0.48 | 0.61 | 147.64 | 0.82 | 0.21 |
| Hex | A | 63 | 33 | 5A | 0 | 30 | 3D | 94 | 52 | 15 |
| Octal | 12 | 143 | 63 | 132 | 0 | 60 | 75 | 224 | 122 | 25 |
| Binary | 1010 | 1100011 | 110011 | 1011010 | 0 | 110000 | 111101 | 10010100 | 1010010 | 10101 |
Color Harmonies of #0A6333
Complementary color
Monochromatic Colors of #0A6333
Black with #0A6333
Text Example
Text Example
White with #0A6333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6333; }
p { color: rgb(10,99,51); }
H1.HeaderClassName
{
color: #0A6333;
}
.AnyTagClassName
{
color: #0A6333;
}
</style>
background-color css
<style>
a { background-color: #0A6333; }
a { background-color: rgb(10,99,51); }
div.DivClassName
{
background-color: #0A6333;
}
.BgClassName
{
background-color: #0A6333;
}
</style>
border-color css
<style>
span { border-color: #0A6333; }
span { border-color: rgb(10,99,51); }
td.TdClassName
{
border-color: #0A6333;
}
.TagClassName
{
border-color: #0A6333;
}
</style>