#A1D69D

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

Shades of Granny Smith Apple #A1D69D

Tints of Granny Smith Apple #A1D69D

Color information

#A1D69D (or 0xA1D69D) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D6 and 9D. RGB value is (161,214,157). Sum of RGB (Red+Green+Blue) = 161+214+157=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D69D is #5E2962. Grayscale: #BFBFBF. Windows color (decimal): -6170979 or 10344097. OLE color: 10344097.

HSL color Cylindrical-coordinate representation of color #A1D69D: hue angle of 115.79º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1D69D is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB161214157-
CMYK0.2500.270.16
HSL115.79º41.01%72.75%-
HSV(B)115.79º26.64%83.92%-
XYZ44.8358.140.75-
YUV191.66108.44106.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=30.26%
G=40.23%
B=29.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141570.2500.270.16115.7941.0172.75
HexA1D69D1901B10742949
Octal241326235310332016451111
Binary101000011101011010011101110010110111000011101001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D69D; }

 p { color: rgb(161,214,157); }

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

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

 a { background-color: rgb(161,214,157); }

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

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

 span { border-color: rgb(161,214,157); }

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