Shades of Pale Green #A1ED9E
Tints of Pale Green #A1ED9E
RGB
CMYK
RGB Variations
Color information
#A1ED9E (or 0xA1ED9E) is known color: Pale Green. HEX triplet: A1, ED and 9E. RGB value is (161,237,158). Sum of RGB (Red+Green+Blue) = 161+237+158=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED9E is #5E1261. Grayscale: #CDCDCD. Windows color (decimal): -6165090 or 10415521. OLE color: 10415521.
HSL color Cylindrical-coordinate representation of color #A1ED9E: hue angle of 117.72º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1ED9E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 158 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.07 |
| HSL | 117.72º | 0.69% | 0.77% | - |
| HSV(B) | 117.72º | 0.33% | 0.93% | - |
| XYZ | 51.15 | 70.61 | 43.28 | - |
| YUV | 205.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 158 | 0.32 | 0 | 0.33 | 0.07 | 117.72 | 0.69 | 0.77 |
| Hex | A1 | ED | 9E | 20 | 0 | 21 | 7 | 76 | 45 | 4D |
| Octal | 241 | 355 | 236 | 40 | 0 | 41 | 7 | 166 | 105 | 115 |
| Binary | 10100001 | 11101101 | 10011110 | 100000 | 0 | 100001 | 111 | 1110110 | 1000101 | 1001101 |
Color Harmonies of #A1ED9E
Complementary color
Monochromatic Colors of #A1ED9E
Black with #A1ED9E
Text Example
Text Example
White with #A1ED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED9E; }
p { color: rgb(161,237,158); }
H1.HeaderClassName
{
color: #A1ED9E;
}
.AnyTagClassName
{
color: #A1ED9E;
}
</style>
background-color css
<style>
a { background-color: #A1ED9E; }
a { background-color: rgb(161,237,158); }
div.DivClassName
{
background-color: #A1ED9E;
}
.BgClassName
{
background-color: #A1ED9E;
}
</style>
border-color css
<style>
span { border-color: #A1ED9E; }
span { border-color: rgb(161,237,158); }
td.TdClassName
{
border-color: #A1ED9E;
}
.TagClassName
{
border-color: #A1ED9E;
}
</style>