#A8DA9C

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

Shades of Granny Smith Apple #A8DA9C

Tints of Granny Smith Apple #A8DA9C

Color information

#A8DA9C (or 0xA8DA9C) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DA and 9C. RGB value is (168,218,156). Sum of RGB (Red+Green+Blue) = 168+218+156=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA9C is #572563. Grayscale: #C4C4C4. Windows color (decimal): -5711204 or 10279592. OLE color: 10279592.

HSL color Cylindrical-coordinate representation of color #A8DA9C: hue angle of 108.39º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DA9C is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB168218156-
CMYK0.2300.280.15
HSL108.39º45.59%73.33%-
HSV(B)108.39º28.44%85.49%-
XYZ47.2260.8740.71-
YUV195.98105.44108.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.00%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=31.00%
G=40.22%
B=28.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181560.2300.280.15108.3945.5973.33
HexA8DA9C1701CF6c2e49
Octal250332234270341715456111
Binary10101000110110101001110010111011100111111011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA9C; }

 p { color: rgb(168,218,156); }

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

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

 a { background-color: rgb(168,218,156); }

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

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

 span { border-color: rgb(168,218,156); }

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