Shades of Pale Green #A2F89B
Tints of Pale Green #A2F89B
RGB
CMYK
RGB Variations
Color information
#A2F89B (or 0xA2F89B) is known color: Pale Green. HEX triplet: A2, F8 and 9B. RGB value is (162,248,155). Sum of RGB (Red+Green+Blue) = 162+248+155=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F89B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F89B is #5D0764. Grayscale: #D3D3D3. Windows color (decimal): -6096741 or 10221730. OLE color: 10221730.
HSL color Cylindrical-coordinate representation of color #A2F89B: hue angle of 115.48º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2F89B is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 248 | 155 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.03 |
| HSL | 115.48º | 0.87% | 0.79% | - |
| HSV(B) | 115.48º | 0.38% | 0.97% | - |
| XYZ | 54.38 | 77.18 | 43.04 | - |
| YUV | 211.68 | 96.01 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 248 | 155 | 0.35 | 0 | 0.38 | 0.03 | 115.48 | 0.87 | 0.79 |
| Hex | A2 | F8 | 9B | 23 | 0 | 26 | 3 | 73 | 57 | 4F |
| Octal | 242 | 370 | 233 | 43 | 0 | 46 | 3 | 163 | 127 | 117 |
| Binary | 10100010 | 11111000 | 10011011 | 100011 | 0 | 100110 | 11 | 1110011 | 1010111 | 1001111 |
Color Harmonies of #A2F89B
Complementary color
Monochromatic Colors of #A2F89B
Black with #A2F89B
Text Example
Text Example
White with #A2F89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F89B; }
p { color: rgb(162,248,155); }
H1.HeaderClassName
{
color: #A2F89B;
}
.AnyTagClassName
{
color: #A2F89B;
}
</style>
background-color css
<style>
a { background-color: #A2F89B; }
a { background-color: rgb(162,248,155); }
div.DivClassName
{
background-color: #A2F89B;
}
.BgClassName
{
background-color: #A2F89B;
}
</style>
border-color css
<style>
span { border-color: #A2F89B; }
span { border-color: rgb(162,248,155); }
td.TdClassName
{
border-color: #A2F89B;
}
.TagClassName
{
border-color: #A2F89B;
}
</style>