Shades of Pale Green #A5EEA1
Tints of Pale Green #A5EEA1
RGB
CMYK
RGB Variations
Color information
#A5EEA1 (or 0xA5EEA1) is known color: Pale Green. HEX triplet: A5, EE and A1. RGB value is (165,238,161). Sum of RGB (Red+Green+Blue) = 165+238+161=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEA1 is #5A115E. Grayscale: #CFCFCF. Windows color (decimal): -5902687 or 10612389. OLE color: 10612389.
HSL color Cylindrical-coordinate representation of color #A5EEA1: hue angle of 116.88º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5EEA1 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 161 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.07 |
| HSL | 116.88º | 0.69% | 0.78% | - |
| HSV(B) | 116.88º | 0.32% | 0.93% | - |
| XYZ | 52.52 | 71.72 | 44.79 | - |
| YUV | 207.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 161 | 0.31 | 0 | 0.32 | 0.07 | 116.88 | 0.69 | 0.78 |
| Hex | A5 | EE | A1 | 1F | 0 | 20 | 7 | 75 | 45 | 4E |
| Octal | 245 | 356 | 241 | 37 | 0 | 40 | 7 | 165 | 105 | 116 |
| Binary | 10100101 | 11101110 | 10100001 | 11111 | 0 | 100000 | 111 | 1110101 | 1000101 | 1001110 |
Color Harmonies of #A5EEA1
Complementary color
Monochromatic Colors of #A5EEA1
Black with #A5EEA1
Text Example
Text Example
White with #A5EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEA1; }
p { color: rgb(165,238,161); }
H1.HeaderClassName
{
color: #A5EEA1;
}
.AnyTagClassName
{
color: #A5EEA1;
}
</style>
background-color css
<style>
a { background-color: #A5EEA1; }
a { background-color: rgb(165,238,161); }
div.DivClassName
{
background-color: #A5EEA1;
}
.BgClassName
{
background-color: #A5EEA1;
}
</style>
border-color css
<style>
span { border-color: #A5EEA1; }
span { border-color: rgb(165,238,161); }
td.TdClassName
{
border-color: #A5EEA1;
}
.TagClassName
{
border-color: #A5EEA1;
}
</style>