#A2DD94

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

Shades of Granny Smith Apple #A2DD94

Tints of Granny Smith Apple #A2DD94

Color information

#A2DD94 (or 0xA2DD94) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DD and 94. RGB value is (162,221,148). Sum of RGB (Red+Green+Blue) = 162+221+148=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DD94 is #5D226B. Grayscale: #C3C3C3. Windows color (decimal): -6103660 or 9756066. OLE color: 9756066.

HSL color Cylindrical-coordinate representation of color #A2DD94: hue angle of 108.49º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2DD94 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB162221148-
CMYK0.2700.330.13
HSL108.49º51.77%72.35%-
HSV(B)108.49º33.03%86.67%-
XYZ46.161.5337.46-
YUV195.04101.45104.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=30.51%
G=41.62%
B=27.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622211480.2700.330.13108.4951.7772.35
HexA2DD941B021D6c3448
Octal242335224330411515464110
Binary101000101101110110010100110110100001110111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD94; }

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

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

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

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

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

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

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

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