#A6D995

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

Shades of Granny Smith Apple #A6D995

Tints of Granny Smith Apple #A6D995

Color information

#A6D995 (or 0xA6D995) is unknown color: approx Granny Smith Apple. HEX triplet: A6, D9 and 95. RGB value is (166,217,149). Sum of RGB (Red+Green+Blue) = 166+217+149=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D995 is #59266A. Grayscale: #C2C2C2. Windows color (decimal): -5842539 or 9820582. OLE color: 9820582.

HSL color Cylindrical-coordinate representation of color #A6D995: hue angle of 105º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6D995 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB166217149-
CMYK0.2400.310.15
HSL105º47.22%71.76%-
HSV(B)105º31.34%85.1%-
XYZ45.9659.937.57-
YUV194102.6108.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=31.20%
G=40.79%
B=28.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662171490.2400.310.1510547.2271.76
HexA6D9951801FF692f48
Octal246331225300371715157110
Binary10100110110110011001010111000011111111111010011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D995; }

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

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

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

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

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

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

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

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