#A1D69C

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

Shades of Granny Smith Apple #A1D69C

Tints of Granny Smith Apple #A1D69C

Color information

#A1D69C (or 0xA1D69C) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D6 and 9C. RGB value is (161,214,156). Sum of RGB (Red+Green+Blue) = 161+214+156=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D69C is #5E2963. Grayscale: #BFBFBF. Windows color (decimal): -6170980 or 10278561. OLE color: 10278561.

HSL color Cylindrical-coordinate representation of color #A1D69C: hue angle of 114.83º 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 #A1D69C is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB161214156-
CMYK0.2500.270.16
HSL114.83º41.43%72.55%-
HSV(B)114.83º27.1%83.92%-
XYZ44.7558.0740.3-
YUV191.54107.94106.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 214 (83.98% from 255) = 40.30%
BLUE value IS 156 (61.33% from 255) = 29.38%
R=30.32%
G=40.30%
B=29.38%

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
Decimal1612141560.2500.270.16114.8341.4372.55
HexA1D69C1901B10732949
Octal241326234310332016351111
Binary101000011101011010011100110010110111000011100111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D69C; }

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

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

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

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

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

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

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

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