Shades of Pale Green #A2F58E
Tints of Pale Green #A2F58E
RGB
CMYK
RGB Variations
Color information
#A2F58E (or 0xA2F58E) is known color: Pale Green. HEX triplet: A2, F5 and 8E. RGB value is (162,245,142). Sum of RGB (Red+Green+Blue) = 162+245+142=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F58E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F58E is #5D0A71. Grayscale: #D0D0D0. Windows color (decimal): -6097522 or 9368994. OLE color: 9368994.
HSL color Cylindrical-coordinate representation of color #A2F58E: hue angle of 108.35º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2F58E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 142 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.04 |
| HSL | 108.35º | 0.84% | 0.76% | - |
| HSV(B) | 108.35º | 0.42% | 0.96% | - |
| XYZ | 52.44 | 74.94 | 37.29 | - |
| YUV | 208.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 142 | 0.34 | 0 | 0.42 | 0.04 | 108.35 | 0.84 | 0.76 |
| Hex | A2 | F5 | 8E | 22 | 0 | 2A | 4 | 6C | 54 | 4C |
| Octal | 242 | 365 | 216 | 42 | 0 | 52 | 4 | 154 | 124 | 114 |
| Binary | 10100010 | 11110101 | 10001110 | 100010 | 0 | 101010 | 100 | 1101100 | 1010100 | 1001100 |
Color Harmonies of #A2F58E
Complementary color
Monochromatic Colors of #A2F58E
Black with #A2F58E
Text Example
Text Example
White with #A2F58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F58E; }
p { color: rgb(162,245,142); }
H1.HeaderClassName
{
color: #A2F58E;
}
.AnyTagClassName
{
color: #A2F58E;
}
</style>
background-color css
<style>
a { background-color: #A2F58E; }
a { background-color: rgb(162,245,142); }
div.DivClassName
{
background-color: #A2F58E;
}
.BgClassName
{
background-color: #A2F58E;
}
</style>
border-color css
<style>
span { border-color: #A2F58E; }
span { border-color: rgb(162,245,142); }
td.TdClassName
{
border-color: #A2F58E;
}
.TagClassName
{
border-color: #A2F58E;
}
</style>