Shades of Pale Green #A2EF9B
Tints of Pale Green #A2EF9B
RGB
CMYK
RGB Variations
Color information
#A2EF9B (or 0xA2EF9B) is known color: Pale Green. HEX triplet: A2, EF and 9B. RGB value is (162,239,155). Sum of RGB (Red+Green+Blue) = 162+239+155=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EF9B is #5D1064. Grayscale: #CECECE. Windows color (decimal): -6099045 or 10219426. OLE color: 10219426.
HSL color Cylindrical-coordinate representation of color #A2EF9B: hue angle of 115º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2EF9B is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 155 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.06 |
| HSL | 115º | 0.72% | 0.77% | - |
| HSV(B) | 115º | 0.35% | 0.94% | - |
| XYZ | 51.68 | 71.78 | 42.14 | - |
| YUV | 206.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 155 | 0.32 | 0 | 0.35 | 0.06 | 115 | 0.72 | 0.77 |
| Hex | A2 | EF | 9B | 20 | 0 | 23 | 6 | 73 | 48 | 4D |
| Octal | 242 | 357 | 233 | 40 | 0 | 43 | 6 | 163 | 110 | 115 |
| Binary | 10100010 | 11101111 | 10011011 | 100000 | 0 | 100011 | 110 | 1110011 | 1001000 | 1001101 |
Color Harmonies of #A2EF9B
Complementary color
Monochromatic Colors of #A2EF9B
Black with #A2EF9B
Text Example
Text Example
White with #A2EF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF9B; }
p { color: rgb(162,239,155); }
H1.HeaderClassName
{
color: #A2EF9B;
}
.AnyTagClassName
{
color: #A2EF9B;
}
</style>
background-color css
<style>
a { background-color: #A2EF9B; }
a { background-color: rgb(162,239,155); }
div.DivClassName
{
background-color: #A2EF9B;
}
.BgClassName
{
background-color: #A2EF9B;
}
</style>
border-color css
<style>
span { border-color: #A2EF9B; }
span { border-color: rgb(162,239,155); }
td.TdClassName
{
border-color: #A2EF9B;
}
.TagClassName
{
border-color: #A2EF9B;
}
</style>