Shades of Pale Green #A1ED9D
Tints of Pale Green #A1ED9D
RGB
CMYK
RGB Variations
Color information
#A1ED9D (or 0xA1ED9D) is known color: Pale Green. HEX triplet: A1, ED and 9D. RGB value is (161,237,157). Sum of RGB (Red+Green+Blue) = 161+237+157=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED9D is #5E1262. Grayscale: #CDCDCD. Windows color (decimal): -6165091 or 10349985. OLE color: 10349985.
HSL color Cylindrical-coordinate representation of color #A1ED9D: hue angle of 117º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1ED9D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 237 | 157 | - |
CMYK | 0.32 | 0 | 0.34 | 0.07 |
HSL | 117º | 0.69% | 0.77% | - |
HSV(B) | 117º | 0.34% | 0.93% | - |
XYZ | 51.07 | 70.58 | 42.83 | - |
YUV | 205.16 | 100.82 | 96.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 237 | 157 | 0.32 | 0 | 0.34 | 0.07 | 117 | 0.69 | 0.77 |
Hex | A1 | ED | 9D | 20 | 0 | 22 | 7 | 75 | 45 | 4D |
Octal | 241 | 355 | 235 | 40 | 0 | 42 | 7 | 165 | 105 | 115 |
Binary | 10100001 | 11101101 | 10011101 | 100000 | 0 | 100010 | 111 | 1110101 | 1000101 | 1001101 |
Color Harmonies of #A1ED9D
Complementary color
Monochromatic Colors of #A1ED9D
Black with #A1ED9D
Text Example
Text Example
White with #A1ED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED9D; }
p { color: rgb(161,237,157); }
H1.HeaderClassName
{
color: #A1ED9D;
}
.AnyTagClassName
{
color: #A1ED9D;
}
</style>
background-color css
<style>
a { background-color: #A1ED9D; }
a { background-color: rgb(161,237,157); }
div.DivClassName
{
background-color: #A1ED9D;
}
.BgClassName
{
background-color: #A1ED9D;
}
</style>
border-color css
<style>
span { border-color: #A1ED9D; }
span { border-color: rgb(161,237,157); }
td.TdClassName
{
border-color: #A1ED9D;
}
.TagClassName
{
border-color: #A1ED9D;
}
</style>