#A6DB95

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

Shades of Granny Smith Apple #A6DB95

Tints of Granny Smith Apple #A6DB95

Color information

#A6DB95 (or 0xA6DB95) is unknown color: approx Granny Smith Apple. HEX triplet: A6, DB and 95. RGB value is (166,219,149). Sum of RGB (Red+Green+Blue) = 166+219+149=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB95 is #59246A. Grayscale: #C3C3C3. Windows color (decimal): -5842027 or 9821094. OLE color: 9821094.

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

Color convert

RGB166219149-
CMYK0.2400.320.14
HSL105.43º49.3%72.16%-
HSV(B)105.43º31.96%85.88%-
XYZ46.4860.9437.75-
YUV195.17101.94107.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 219 (85.94% from 255) = 41.01%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=31.09%
G=41.01%
B=27.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191490.2400.320.14105.4349.372.16
HexA6DB9518020E693148
Octal246333225300401615161110
Binary101001101101101110010101110000100000111011010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB95; }

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

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

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

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

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

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

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

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