#A8DC9C

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

Shades of Granny Smith Apple #A8DC9C

Tints of Granny Smith Apple #A8DC9C

Color information

#A8DC9C (or 0xA8DC9C) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DC and 9C. RGB value is (168,220,156). Sum of RGB (Red+Green+Blue) = 168+220+156=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC9C is #572363. Grayscale: #C5C5C5. Windows color (decimal): -5710692 or 10280104. OLE color: 10280104.

HSL color Cylindrical-coordinate representation of color #A8DC9C: hue angle of 108.75º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DC9C is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB168220156-
CMYK0.2400.290.14
HSL108.75º47.76%73.73%-
HSV(B)108.75º29.09%86.27%-
XYZ47.7461.9140.89-
YUV197.16104.77107.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=30.88%
G=40.44%
B=28.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201560.2400.290.14108.7547.7673.73
HexA8DC9C1801DE6d304a
Octal250334234300351615560112
Binary10101000110111001001110011000011101111011011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC9C; }

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

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

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

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

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

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

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

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