#A1E994

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

Shades of Granny Smith Apple #A1E994

Tints of Granny Smith Apple #A1E994

Color information

#A1E994 (or 0xA1E994) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E9 and 94. RGB value is (161,233,148). Sum of RGB (Red+Green+Blue) = 161+233+148=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E994 is #5E166B. Grayscale: #CACACA. Windows color (decimal): -6166124 or 9759137. OLE color: 9759137.

HSL color Cylindrical-coordinate representation of color #A1E994: hue angle of 110.82º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E994 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB161233148-
CMYK0.3100.360.09
HSL110.82º65.89%74.71%-
HSV(B)110.82º36.48%91.37%-
XYZ49.1867.9938.55-
YUV201.7897.6598.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=29.70%
G=42.99%
B=27.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331480.3100.360.09110.8265.8974.71
HexA1E9941F02496f424b
Octal2413512243704411157102113
Binary1010000111101001100101001111101001001001110111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E994; }

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

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

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

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

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

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

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

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