#A9DB95

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

Shades of Granny Smith Apple #A9DB95

Tints of Granny Smith Apple #A9DB95

Color information

#A9DB95 (or 0xA9DB95) is unknown color: approx Granny Smith Apple. HEX triplet: A9, DB and 95. RGB value is (169,219,149). Sum of RGB (Red+Green+Blue) = 169+219+149=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB95 is #56246A. Grayscale: #C4C4C4. Windows color (decimal): -5645419 or 9821097. OLE color: 9821097.

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

Color convert

RGB169219149-
CMYK0.2300.320.14
HSL102.86º49.3%72.16%-
HSV(B)102.86º31.96%85.88%-
XYZ47.1261.2737.78-
YUV196.07101.44108.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=31.47%
G=40.78%
B=27.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191490.2300.320.14102.8649.372.16
HexA9DB9517020E673148
Octal251333225270401614761110
Binary101010011101101110010101101110100000111011001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DB95; }

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

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

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

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

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

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

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

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