#A8D49B

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

Shades of Granny Smith Apple #A8D49B

Tints of Granny Smith Apple #A8D49B

Color information

#A8D49B (or 0xA8D49B) is unknown color: approx Granny Smith Apple. HEX triplet: A8, D4 and 9B. RGB value is (168,212,155). Sum of RGB (Red+Green+Blue) = 168+212+155=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D49B is #572B64. Grayscale: #C0C0C0. Windows color (decimal): -5712741 or 10212520. OLE color: 10212520.

HSL color Cylindrical-coordinate representation of color #A8D49B: hue angle of 106.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8D49B is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB168212155-
CMYK0.2100.270.17
HSL106.32º39.86%71.96%-
HSV(B)106.32º26.89%83.14%-
XYZ45.6157.7839.76-
YUV192.35106.92110.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=31.40%
G=39.63%
B=28.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682121550.2100.270.17106.3239.8671.96
HexA8D49B1501B116a2848
Octal250324233250332115250110
Binary101010001101010010011011101010110111000111010101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D49B; }

 p { color: rgb(168,212,155); }

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

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

 a { background-color: rgb(168,212,155); }

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

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

 span { border-color: rgb(168,212,155); }

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