#A1E195

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

Shades of Granny Smith Apple #A1E195

Tints of Granny Smith Apple #A1E195

Color information

#A1E195 (or 0xA1E195) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E1 and 95. RGB value is (161,225,149). Sum of RGB (Red+Green+Blue) = 161+225+149=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E195 is #5E1E6A. Grayscale: #C5C5C5. Windows color (decimal): -6168171 or 9822625. OLE color: 9822625.

HSL color Cylindrical-coordinate representation of color #A1E195: hue angle of 110.53º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1E195 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB161225149-
CMYK0.2800.340.12
HSL110.53º55.88%73.33%-
HSV(B)110.53º33.78%88.24%-
XYZ47.0563.638.23-
YUV197.2100.8102.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 225 (88.28% from 255) = 42.06%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=30.09%
G=42.06%
B=27.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251490.2800.340.12110.5355.8873.33
HexA1E1951C022C6f3849
Octal241341225340421415770111
Binary101000011110000110010101111000100010110011011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E195; }

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

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

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

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

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

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

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

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