#A4DB95

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

Shades of Granny Smith Apple #A4DB95

Tints of Granny Smith Apple #A4DB95

Color information

#A4DB95 (or 0xA4DB95) is unknown color: approx Granny Smith Apple. HEX triplet: A4, DB and 95. RGB value is (164,219,149). Sum of RGB (Red+Green+Blue) = 164+219+149=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB95 is #5B246A. Grayscale: #C2C2C2. Windows color (decimal): -5973099 or 9821092. OLE color: 9821092.

HSL color Cylindrical-coordinate representation of color #A4DB95: hue angle of 107.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DB95 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB164219149-
CMYK0.2500.320.14
HSL107.14º49.3%72.16%-
HSV(B)107.14º31.96%85.88%-
XYZ46.0760.7337.73-
YUV194.58102.28106.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=30.83%
G=41.17%
B=28.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191490.2500.320.14107.1449.372.16
HexA4DB9519020E6b3148
Octal244333225310401615361110
Binary101001001101101110010101110010100000111011010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB95; }

 p { color: rgb(164,219,149); }

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

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

 a { background-color: rgb(164,219,149); }

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

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

 span { border-color: rgb(164,219,149); }

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