Shades of Pale Green #A2FA8B
Tints of Pale Green #A2FA8B
RGB
CMYK
RGB Variations
Color information
#A2FA8B (or 0xA2FA8B) is known color: Pale Green. HEX triplet: A2, FA and 8B. RGB value is (162,250,139). Sum of RGB (Red+Green+Blue) = 162+250+139=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA8B is #5D0574. Grayscale: #D3D3D3. Windows color (decimal): -6096245 or 9173666. OLE color: 9173666.
HSL color Cylindrical-coordinate representation of color #A2FA8B: hue angle of 107.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2FA8B is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 139 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.02 |
| HSL | 107.57º | 0.92% | 0.76% | - |
| HSV(B) | 107.57º | 0.44% | 0.98% | - |
| XYZ | 53.75 | 77.92 | 36.63 | - |
| YUV | 211.03 | 87.35 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 139 | 0.35 | 0 | 0.44 | 0.02 | 107.57 | 0.92 | 0.76 |
| Hex | A2 | FA | 8B | 23 | 0 | 2C | 2 | 6C | 5C | 4C |
| Octal | 242 | 372 | 213 | 43 | 0 | 54 | 2 | 154 | 134 | 114 |
| Binary | 10100010 | 11111010 | 10001011 | 100011 | 0 | 101100 | 10 | 1101100 | 1011100 | 1001100 |
Color Harmonies of #A2FA8B
Complementary color
Monochromatic Colors of #A2FA8B
Black with #A2FA8B
Text Example
Text Example
White with #A2FA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA8B; }
p { color: rgb(162,250,139); }
H1.HeaderClassName
{
color: #A2FA8B;
}
.AnyTagClassName
{
color: #A2FA8B;
}
</style>
background-color css
<style>
a { background-color: #A2FA8B; }
a { background-color: rgb(162,250,139); }
div.DivClassName
{
background-color: #A2FA8B;
}
.BgClassName
{
background-color: #A2FA8B;
}
</style>
border-color css
<style>
span { border-color: #A2FA8B; }
span { border-color: rgb(162,250,139); }
td.TdClassName
{
border-color: #A2FA8B;
}
.TagClassName
{
border-color: #A2FA8B;
}
</style>