#A8D299

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

Shades of Granny Smith Apple #A8D299

Tints of Granny Smith Apple #A8D299

Color information

#A8D299 (or 0xA8D299) is unknown color: approx Granny Smith Apple. HEX triplet: A8, D2 and 99. RGB value is (168,210,153). Sum of RGB (Red+Green+Blue) = 168+210+153=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D299 is #572D66. Grayscale: #BFBFBF. Windows color (decimal): -5713255 or 10080936. OLE color: 10080936.

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

Color convert

RGB168210153-
CMYK0.200.270.18
HSL104.21º38.78%71.18%-
HSV(B)104.21º27.14%82.35%-
XYZ44.9456.7238.72-
YUV190.94106.59111.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=31.64%
G=39.55%
B=28.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1682101530.200.270.18104.2138.7871.18
HexA8D2991401B12682747
Octal250322231240332215047107
Binary101010001101001010011001101000110111001011010001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D299; }

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

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

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

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

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

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

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

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