#A8DC99

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

Shades of Granny Smith Apple #A8DC99

Tints of Granny Smith Apple #A8DC99

Color information

#A8DC99 (or 0xA8DC99) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DC and 99. RGB value is (168,220,153). Sum of RGB (Red+Green+Blue) = 168+220+153=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC99 is #572366. Grayscale: #C5C5C5. Windows color (decimal): -5710695 or 10083496. OLE color: 10083496.

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

Color convert

RGB168220153-
CMYK0.2400.300.14
HSL106.57º48.91%73.14%-
HSV(B)106.57º30.45%86.27%-
XYZ47.4961.8139.56-
YUV196.81103.27107.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=31.05%
G=40.67%
B=28.28%

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
Decimal1682201530.2400.300.14106.5748.9173.14
HexA8DC991801EE6b3149
Octal250334231300361615361111
Binary10101000110111001001100111000011110111011010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC99; }

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

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

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

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

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

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

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

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