Shades of Pale Green #A2FA85
Tints of Pale Green #A2FA85
RGB
CMYK
RGB Variations
Color information
#A2FA85 (or 0xA2FA85) is known color: Pale Green. HEX triplet: A2, FA and 85. RGB value is (162,250,133). Sum of RGB (Red+Green+Blue) = 162+250+133=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA85 is #5D057A. Grayscale: #D2D2D2. Windows color (decimal): -6096251 or 8780450. OLE color: 8780450.
HSL color Cylindrical-coordinate representation of color #A2FA85: hue angle of 105.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2FA85 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 133 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.02 |
| HSL | 105.13º | 0.92% | 0.75% | - |
| HSV(B) | 105.13º | 0.47% | 0.98% | - |
| XYZ | 53.32 | 77.75 | 34.39 | - |
| YUV | 210.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 133 | 0.35 | 0 | 0.47 | 0.02 | 105.13 | 0.92 | 0.75 |
| Hex | A2 | FA | 85 | 23 | 0 | 2F | 2 | 69 | 5C | 4B |
| Octal | 242 | 372 | 205 | 43 | 0 | 57 | 2 | 151 | 134 | 113 |
| Binary | 10100010 | 11111010 | 10000101 | 100011 | 0 | 101111 | 10 | 1101001 | 1011100 | 1001011 |
Color Harmonies of #A2FA85
Complementary color
Monochromatic Colors of #A2FA85
Black with #A2FA85
Text Example
Text Example
White with #A2FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FA85; }
p { color: rgb(162,250,133); }
H1.HeaderClassName
{
color: #A2FA85;
}
.AnyTagClassName
{
color: #A2FA85;
}
</style>
background-color css
<style>
a { background-color: #A2FA85; }
a { background-color: rgb(162,250,133); }
div.DivClassName
{
background-color: #A2FA85;
}
.BgClassName
{
background-color: #A2FA85;
}
</style>
border-color css
<style>
span { border-color: #A2FA85; }
span { border-color: rgb(162,250,133); }
td.TdClassName
{
border-color: #A2FA85;
}
.TagClassName
{
border-color: #A2FA85;
}
</style>