#A1EE94

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

Shades of Granny Smith Apple #A1EE94

Tints of Granny Smith Apple #A1EE94

Color information

#A1EE94 (or 0xA1EE94) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EE and 94. RGB value is (161,238,148). Sum of RGB (Red+Green+Blue) = 161+238+148=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EE94 is #5E116B. Grayscale: #CCCCCC. Windows color (decimal): -6164844 or 9760417. OLE color: 9760417.

HSL color Cylindrical-coordinate representation of color #A1EE94: hue angle of 111.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1EE94 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB161238148-
CMYK0.3200.380.07
HSL111.33º72.58%75.69%-
HSV(B)111.33º37.82%93.33%-
XYZ50.6270.8639.03-
YUV204.7295.9996.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=29.43%
G=43.51%
B=27.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612381480.3200.380.07111.3372.5875.69
HexA1EE942002676f494c
Octal241356224400467157111114
Binary1010000111101110100101001000000100110111110111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EE94; }

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

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

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

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

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

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

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

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