#A3E995

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

Shades of Granny Smith Apple #A3E995

Tints of Granny Smith Apple #A3E995

Color information

#A3E995 (or 0xA3E995) is unknown color: approx Granny Smith Apple. HEX triplet: A3, E9 and 95. RGB value is (163,233,149). Sum of RGB (Red+Green+Blue) = 163+233+149=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #A3E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3E995 is #5C166A. Grayscale: #CACACA. Windows color (decimal): -6035051 or 9824675. OLE color: 9824675.

HSL color Cylindrical-coordinate representation of color #A3E995: hue angle of 110º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3E995 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB163233149-
CMYK0.3000.360.09
HSL110º65.62%74.9%-
HSV(B)110º36.05%91.37%-
XYZ49.6768.2338.99-
YUV202.4997.8199.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=29.91%
G=42.75%
B=27.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632331490.3000.360.0911065.6274.9
HexA3E9951E02496e424b
Octal2433512253604411156102113
Binary1010001111101001100101011111001001001001110111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E995; }

 p { color: rgb(163,233,149); }

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

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

 a { background-color: rgb(163,233,149); }

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

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

 span { border-color: rgb(163,233,149); }

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