Shades of Pigment Green #00AE53
Tints of Pigment Green #00AE53
RGB
CMYK
RGB Variations
Color information
#00AE53 (or 0x00AE53) is known color: Pigment Green. HEX triplet: 00, AE and 53. RGB value is (0,174,83). Sum of RGB (Red+Green+Blue) = 0+174+83=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #00AE53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AE53 is #FF51AC. Grayscale: #6F6F6F. Windows color (decimal): -16732589 or 5484032. OLE color: 5484032.
HSL color Cylindrical-coordinate representation of color #00AE53: hue angle of 148.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AE53 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 174 | 83 | - |
| CMYK | 1 | 0 | 0.52 | 0.32 |
| HSL | 148.62º | 1% | 0.34% | - |
| HSV(B) | 148.62º | 1% | 0.68% | - |
| XYZ | 16.7 | 30.9 | 13.27 | - |
| YUV | 111.6 | 111.85 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 83 | 1 | 0 | 0.52 | 0.32 | 148.62 | 1 | 0.34 |
| Hex | 0 | AE | 53 | 64 | 0 | 34 | 20 | 95 | 64 | 22 |
| Octal | 0 | 256 | 123 | 144 | 0 | 64 | 40 | 225 | 144 | 42 |
| Binary | 0 | 10101110 | 1010011 | 1100100 | 0 | 110100 | 100000 | 10010101 | 1100100 | 100010 |
Color Harmonies of #00AE53
Complementary color
Monochromatic Colors of #00AE53
Black with #00AE53
Text Example
Text Example
White with #00AE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AE53; }
p { color: rgb(0,174,83); }
H1.HeaderClassName
{
color: #00AE53;
}
.AnyTagClassName
{
color: #00AE53;
}
</style>
background-color css
<style>
a { background-color: #00AE53; }
a { background-color: rgb(0,174,83); }
div.DivClassName
{
background-color: #00AE53;
}
.BgClassName
{
background-color: #00AE53;
}
</style>
border-color css
<style>
span { border-color: #00AE53; }
span { border-color: rgb(0,174,83); }
td.TdClassName
{
border-color: #00AE53;
}
.TagClassName
{
border-color: #00AE53;
}
</style>