#A8DC9B

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

Shades of Granny Smith Apple #A8DC9B

Tints of Granny Smith Apple #A8DC9B

Color information

#A8DC9B (or 0xA8DC9B) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DC and 9B. RGB value is (168,220,155). Sum of RGB (Red+Green+Blue) = 168+220+155=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC9B is #572364. Grayscale: #C5C5C5. Windows color (decimal): -5710693 or 10214568. OLE color: 10214568.

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

Color convert

RGB168220155-
CMYK0.2400.300.14
HSL108º48.15%73.53%-
HSV(B)108º29.55%86.27%-
XYZ47.6661.8840.44-
YUV197.04104.27107.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 155 (60.94% from 255) = 28.55%
R=30.94%
G=40.52%
B=28.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201550.2400.300.1410848.1573.53
HexA8DC9B1801EE6c304a
Octal250334233300361615460112
Binary10101000110111001001101111000011110111011011001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC9B; }

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

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

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

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

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

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

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

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