#A1E295

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

Shades of Granny Smith Apple #A1E295

Tints of Granny Smith Apple #A1E295

Color information

#A1E295 (or 0xA1E295) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E2 and 95. RGB value is (161,226,149). Sum of RGB (Red+Green+Blue) = 161+226+149=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E295 is #5E1D6A. Grayscale: #C6C6C6. Windows color (decimal): -6167915 or 9822881. OLE color: 9822881.

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

Color convert

RGB161226149-
CMYK0.2900.340.11
HSL110.65º57.04%73.53%-
HSV(B)110.65º34.07%88.63%-
XYZ47.3264.1438.32-
YUV197.79100.47101.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 226 (88.67% from 255) = 42.16%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=30.04%
G=42.16%
B=27.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612261490.2900.340.11110.6557.0473.53
HexA1E2951D022B6f394a
Octal241342225350421315771112
Binary101000011110001010010101111010100010101111011111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E295; }

 p { color: rgb(161,226,149); }

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

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

 a { background-color: rgb(161,226,149); }

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

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

 span { border-color: rgb(161,226,149); }

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