#A1E695

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

Shades of Granny Smith Apple #A1E695

Tints of Granny Smith Apple #A1E695

Color information

#A1E695 (or 0xA1E695) is unknown color: approx Granny Smith Apple. HEX triplet: A1, E6 and 95. RGB value is (161,230,149). Sum of RGB (Red+Green+Blue) = 161+230+149=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E695 is #5E196A. Grayscale: #C8C8C8. Windows color (decimal): -6166891 or 9823905. OLE color: 9823905.

HSL color Cylindrical-coordinate representation of color #A1E695: hue angle of 111.11º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1E695 is Cyan = 0.3, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB161230149-
CMYK0.300.350.10
HSL111.11º61.83%74.31%-
HSV(B)111.11º35.22%90.2%-
XYZ48.4266.3438.69-
YUV200.1499.14100.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 230 (90.23% from 255) = 42.59%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=29.81%
G=42.59%
B=27.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612301490.300.350.10111.1161.8374.31
HexA1E6951E023A6f3e4a
Octal241346225360431215776112
Binary101000011110011010010101111100100011101011011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E695; }

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

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

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

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

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

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

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

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