#A8D29C

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

Shades of Granny Smith Apple #A8D29C

Tints of Granny Smith Apple #A8D29C

Color information

#A8D29C (or 0xA8D29C) is unknown color: approx Granny Smith Apple. HEX triplet: A8, D2 and 9C. RGB value is (168,210,156). Sum of RGB (Red+Green+Blue) = 168+210+156=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D29C is #572D63. Grayscale: #BFBFBF. Windows color (decimal): -5713252 or 10277544. OLE color: 10277544.

HSL color Cylindrical-coordinate representation of color #A8D29C: hue angle of 106.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8D29C is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB168210156-
CMYK0.200.260.18
HSL106.67º37.5%71.76%-
HSV(B)106.67º25.71%82.35%-
XYZ45.256.8240.04-
YUV191.29108.09111.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=31.46%
G=39.33%
B=29.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101560.200.260.18106.6737.571.76
HexA8D29C1401A126b2648
Octal250322234240322215346110
Binary101010001101001010011100101000110101001011010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D29C; }

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

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

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

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

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

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

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

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