#A1EC8D

Color #A1EC8D Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A1EC8D

Tints of Granny Smith Apple #A1EC8D

Color information

#A1EC8D (or 0xA1EC8D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EC and 8D. RGB value is (161,236,141). Sum of RGB (Red+Green+Blue) = 161+236+141=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EC8D is #5E1372. Grayscale: #CBCBCB. Windows color (decimal): -6165363 or 9301153. OLE color: 9301153.

HSL color Cylindrical-coordinate representation of color #A1EC8D: hue angle of 107.37º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1EC8D is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB161236141-
CMYK0.3200.400.07
HSL107.37º71.43%73.92%-
HSV(B)107.37º40.25%92.55%-
XYZ49.569.4936-
YUV202.7493.1598.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=29.93%
G=43.87%
B=26.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612361410.3200.400.07107.3771.4373.92
HexA1EC8D2002876b474a
Octal241354215400507153107112
Binary1010000111101100100011011000000101000111110101110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EC8D; }

 p { color: rgb(161,236,141); }

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

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

 a { background-color: rgb(161,236,141); }

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

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

 span { border-color: rgb(161,236,141); }

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