#A1EB96

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

Shades of Granny Smith Apple #A1EB96

Tints of Granny Smith Apple #A1EB96

Color information

#A1EB96 (or 0xA1EB96) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EB and 96. RGB value is (161,235,150). Sum of RGB (Red+Green+Blue) = 161+235+150=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EB96 is #5E1469. Grayscale: #CBCBCB. Windows color (decimal): -6165610 or 9890721. OLE color: 9890721.

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

Color convert

RGB161235150-
CMYK0.3100.360.08
HSL112.24º68%75.49%-
HSV(B)112.24º36.17%92.16%-
XYZ49.9169.239.58-
YUV203.1897.9897.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=29.49%
G=43.04%
B=27.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351500.3100.360.08112.246875.49
HexA1EB961F024870444b
Octal2413532263704410160104113
Binary1010000111101011100101101111101001001000111000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EB96; }

 p { color: rgb(161,235,150); }

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

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

 a { background-color: rgb(161,235,150); }

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

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

 span { border-color: rgb(161,235,150); }

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