#A2E994

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

Shades of Granny Smith Apple #A2E994

Tints of Granny Smith Apple #A2E994

Color information

#A2E994 (or 0xA2E994) is unknown color: approx Granny Smith Apple. HEX triplet: A2, E9 and 94. RGB value is (162,233,148). Sum of RGB (Red+Green+Blue) = 162+233+148=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E994 is #5D166B. Grayscale: #CACACA. Windows color (decimal): -6100588 or 9759138. OLE color: 9759138.

HSL color Cylindrical-coordinate representation of color #A2E994: hue angle of 110.12º 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 #A2E994 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB162233148-
CMYK0.3000.360.09
HSL110.12º65.89%74.71%-
HSV(B)110.12º36.48%91.37%-
XYZ49.3868.138.56-
YUV202.0897.4899.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 233 (91.41% from 255) = 42.91%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=29.83%
G=42.91%
B=27.26%

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
Decimal1622331480.3000.360.09110.1265.8974.71
HexA2E9941E02496e424b
Octal2423512243604411156102113
Binary1010001011101001100101001111001001001001110111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E994; }

 p { color: rgb(162,233,148); }

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

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

 a { background-color: rgb(162,233,148); }

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

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

 span { border-color: rgb(162,233,148); }

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