#A1EB95

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

Shades of Granny Smith Apple #A1EB95

Tints of Granny Smith Apple #A1EB95

Color information

#A1EB95 (or 0xA1EB95) is unknown color: approx Granny Smith Apple. HEX triplet: A1, EB and 95. RGB value is (161,235,149). Sum of RGB (Red+Green+Blue) = 161+235+149=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EB95 is #5E146A. Grayscale: #CBCBCB. Windows color (decimal): -6165611 or 9825185. OLE color: 9825185.

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

Color convert

RGB161235149-
CMYK0.3100.370.08
HSL111.63º68.25%75.29%-
HSV(B)111.63º36.6%92.16%-
XYZ49.8369.1639.16-
YUV203.0797.4897.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=29.54%
G=43.12%
B=27.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612351490.3100.370.08111.6368.2575.29
HexA1EB951F025870444b
Octal2413532253704510160104113
Binary1010000111101011100101011111101001011000111000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EB95; }

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

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

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

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

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

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

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

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