Shades of Forest Green #0A9133
Tints of Forest Green #0A9133
RGB
CMYK
RGB Variations
Color information
#0A9133 (or 0x0A9133) is known color: Forest Green. HEX triplet: 0A, 91 and 33. RGB value is (10,145,51). Sum of RGB (Red+Green+Blue) = 10+145+51=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9133 is #F56ECC. Grayscale: #5E5E5E. Windows color (decimal): -16084685 or 3379466. OLE color: 3379466.
HSL color Cylindrical-coordinate representation of color #0A9133: hue angle of 138.22º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9133 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 145 | 51 | - |
| CMYK | 0.93 | 0 | 0.65 | 0.43 |
| HSL | 138.22º | 0.87% | 0.3% | - |
| HSV(B) | 138.22º | 0.93% | 0.57% | - |
| XYZ | 10.85 | 20.55 | 6.53 | - |
| YUV | 93.92 | 103.77 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 51 | 0.93 | 0 | 0.65 | 0.43 | 138.22 | 0.87 | 0.3 |
| Hex | A | 91 | 33 | 5D | 0 | 41 | 2B | 8A | 57 | 1E |
| Octal | 12 | 221 | 63 | 135 | 0 | 101 | 53 | 212 | 127 | 36 |
| Binary | 1010 | 10010001 | 110011 | 1011101 | 0 | 1000001 | 101011 | 10001010 | 1010111 | 11110 |
Color Harmonies of #0A9133
Complementary color
Monochromatic Colors of #0A9133
Black with #0A9133
Text Example
Text Example
White with #0A9133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9133; }
p { color: rgb(10,145,51); }
H1.HeaderClassName
{
color: #0A9133;
}
.AnyTagClassName
{
color: #0A9133;
}
</style>
background-color css
<style>
a { background-color: #0A9133; }
a { background-color: rgb(10,145,51); }
div.DivClassName
{
background-color: #0A9133;
}
.BgClassName
{
background-color: #0A9133;
}
</style>
border-color css
<style>
span { border-color: #0A9133; }
span { border-color: rgb(10,145,51); }
td.TdClassName
{
border-color: #0A9133;
}
.TagClassName
{
border-color: #0A9133;
}
</style>