Shades of Pigment Green #0AAE54
Tints of Pigment Green #0AAE54
RGB
CMYK
RGB Variations
Color information
#0AAE54 (or 0x0AAE54) is known color: Pigment Green. HEX triplet: 0A, AE and 54. RGB value is (10,174,84). Sum of RGB (Red+Green+Blue) = 10+174+84=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 174 (68.36% from 255 or 64.93% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE54 is #F551AB. Grayscale: #727272. Windows color (decimal): -16077228 or 5549578. OLE color: 5549578.
HSL color Cylindrical-coordinate representation of color #0AAE54: hue angle of 147.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAE54 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 174 | 84 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.32 |
| HSL | 147.07º | 0.89% | 0.36% | - |
| HSV(B) | 147.07º | 0.94% | 0.68% | - |
| XYZ | 16.86 | 30.98 | 13.48 | - |
| YUV | 114.7 | 110.67 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 174 | 84 | 0.94 | 0 | 0.52 | 0.32 | 147.07 | 0.89 | 0.36 |
| Hex | A | AE | 54 | 5E | 0 | 34 | 20 | 93 | 59 | 24 |
| Octal | 12 | 256 | 124 | 136 | 0 | 64 | 40 | 223 | 131 | 44 |
| Binary | 1010 | 10101110 | 1010100 | 1011110 | 0 | 110100 | 100000 | 10010011 | 1011001 | 100100 |
Color Harmonies of #0AAE54
Complementary color
Monochromatic Colors of #0AAE54
Black with #0AAE54
Text Example
Text Example
White with #0AAE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAE54; }
p { color: rgb(10,174,84); }
H1.HeaderClassName
{
color: #0AAE54;
}
.AnyTagClassName
{
color: #0AAE54;
}
</style>
background-color css
<style>
a { background-color: #0AAE54; }
a { background-color: rgb(10,174,84); }
div.DivClassName
{
background-color: #0AAE54;
}
.BgClassName
{
background-color: #0AAE54;
}
</style>
border-color css
<style>
span { border-color: #0AAE54; }
span { border-color: rgb(10,174,84); }
td.TdClassName
{
border-color: #0AAE54;
}
.TagClassName
{
border-color: #0AAE54;
}
</style>