#A0D69C

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

Shades of Granny Smith Apple #A0D69C

Tints of Granny Smith Apple #A0D69C

Color information

#A0D69C (or 0xA0D69C) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D6 and 9C. RGB value is (160,214,156). Sum of RGB (Red+Green+Blue) = 160+214+156=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D69C is #5F2963. Grayscale: #BFBFBF. Windows color (decimal): -6236516 or 10278560. OLE color: 10278560.

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

Color convert

RGB160214156-
CMYK0.2500.270.16
HSL115.86º41.43%72.55%-
HSV(B)115.86º27.1%83.92%-
XYZ44.5457.9740.29-
YUV191.24108.11105.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=30.19%
G=40.38%
B=29.43%

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
Decimal1602141560.2500.270.16115.8641.4372.55
HexA0D69C1901B10742949
Octal240326234310332016451111
Binary101000001101011010011100110010110111000011101001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D69C; }

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

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

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

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

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

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

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

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