#A1EE9D

Color #A1EE9D Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #A1EE9D

Tints of Pale Green #A1EE9D

Color information

#A1EE9D (or 0xA1EE9D) is unknown color: approx Pale Green. HEX triplet: A1, EE and 9D. RGB value is (161,238,157). Sum of RGB (Red+Green+Blue) = 161+238+157=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EE9D is #5E1162. Grayscale: #CDCDCD. Windows color (decimal): -6164835 or 10350241. OLE color: 10350241.

HSL color Cylindrical-coordinate representation of color #A1EE9D: hue angle of 117.04º degrees, saturation: 0.7, 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 #A1EE9D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB161238157-
CMYK0.3200.340.07
HSL117.04º70.43%77.45%-
HSV(B)117.04º34.03%93.33%-
XYZ51.3671.1642.93-
YUV205.74100.4996.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 238 (93.36% from 255) = 42.81%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=28.96%
G=42.81%
B=28.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612381570.3200.340.07117.0470.4377.45
HexA1EE9D20022775464d
Octal241356235400427165106115
Binary1010000111101110100111011000000100010111111010110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EE9D; }

 p { color: rgb(161,238,157); }

 H1.HeaderClassName
 {
   color: #A1EE9D;
 }
 .AnyTagClassName
 {
   color: #A1EE9D;
 }
</style>
background-color css

<style>
 a { background-color: #A1EE9D; }

 a { background-color: rgb(161,238,157); }

 div.DivClassName
 {
   background-color: #A1EE9D;
 }
 .BgClassName
 {
   background-color: #A1EE9D;
 }
</style>
border-color css

<style>
 span { border-color: #A1EE9D; }

 span { border-color: rgb(161,238,157); }

 td.TdClassName
 {
   border-color: #A1EE9D;
 }
 .TagClassName
 {
   border-color: #A1EE9D;
 }
</style>