#A7DBA0

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

Shades of Granny Smith Apple #A7DBA0

Tints of Granny Smith Apple #A7DBA0

Color information

#A7DBA0 (or 0xA7DBA0) is unknown color: approx Granny Smith Apple. HEX triplet: A7, DB and A0. RGB value is (167,219,160). Sum of RGB (Red+Green+Blue) = 167+219+160=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DBA0 is #58245F. Grayscale: #C4C4C4. Windows color (decimal): -5776480 or 10541991. OLE color: 10541991.

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

Color convert

RGB167219160-
CMYK0.2400.270.14
HSL112.88º45.04%74.31%-
HSV(B)112.88º26.94%85.88%-
XYZ47.6161.4242.6-
YUV196.73107.27106.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.59%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=30.59%
G=40.11%
B=29.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191600.2400.270.14112.8845.0474.31
HexA7DBA01801BE712d4a
Octal247333240300331616155112
Binary10100111110110111010000011000011011111011100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBA0; }

 p { color: rgb(167,219,160); }

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

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

 a { background-color: rgb(167,219,160); }

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

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

 span { border-color: rgb(167,219,160); }

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