#A1E394

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

Shades of Granny Smith Apple #A1E394

Tints of Granny Smith Apple #A1E394

Color information

#A1E394 (or 0xA1E394) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E3 and 94. RGB value is (161,227,148). Sum of RGB (Red+Green+Blue) = 161+227+148=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E394 is #5E1C6B. Grayscale: #C6C6C6. Windows color (decimal): -6167660 or 9757601. OLE color: 9757601.

HSL color Cylindrical-coordinate representation of color #A1E394: hue angle of 110.13º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1E394 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB161227148-
CMYK0.2900.350.11
HSL110.13º58.52%73.53%-
HSV(B)110.13º34.8%89.02%-
XYZ47.5164.6537.99-
YUV198.2699.63101.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=30.04%
G=42.35%
B=27.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271480.2900.350.11110.1358.5273.53
HexA1E3941D023B6e3b4a
Octal241343224350431315673112
Binary101000011110001110010100111010100011101111011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E394; }

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

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

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

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

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

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

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

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