#A8DB9A

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

Shades of Granny Smith Apple #A8DB9A

Tints of Granny Smith Apple #A8DB9A

Color information

#A8DB9A (or 0xA8DB9A) is unknown color: approx Granny Smith Apple. HEX triplet: A8, DB and 9A. RGB value is (168,219,154). Sum of RGB (Red+Green+Blue) = 168+219+154=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB9A is #572465. Grayscale: #C4C4C4. Windows color (decimal): -5710950 or 10148776. OLE color: 10148776.

HSL color Cylindrical-coordinate representation of color #A8DB9A: hue angle of 107.08º degrees, saturation: 0.47, 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 #A8DB9A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB168219154-
CMYK0.2300.300.14
HSL107.08º47.45%73.14%-
HSV(B)107.08º29.68%85.88%-
XYZ47.3161.3239.91-
YUV196.34104.1107.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=31.05%
G=40.48%
B=28.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682191540.2300.300.14107.0847.4573.14
HexA8DB9A1701EE6b2f49
Octal250333232270361615357111
Binary10101000110110111001101010111011110111011010111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DB9A; }

 p { color: rgb(168,219,154); }

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

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

 a { background-color: rgb(168,219,154); }

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

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

 span { border-color: rgb(168,219,154); }

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