#AADD95

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

Shades of Granny Smith Apple #AADD95

Tints of Granny Smith Apple #AADD95

Color information

#AADD95 (or 0xAADD95) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DD and 95. RGB value is (170,221,149). Sum of RGB (Red+Green+Blue) = 170+221+149=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD95 is #55226A. Grayscale: #C5C5C5. Windows color (decimal): -5579371 or 9821610. OLE color: 9821610.

HSL color Cylindrical-coordinate representation of color #AADD95: hue angle of 102.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADD95 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB170221149-
CMYK0.2300.330.13
HSL102.5º51.43%72.55%-
HSV(B)102.5º32.58%86.67%-
XYZ47.8662.4337.96-
YUV197.54100.6108.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=31.48%
G=40.93%
B=27.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702211490.2300.330.13102.551.4372.55
HexAADD9517021D663349
Octal252335225270411514663111
Binary101010101101110110010101101110100001110111001101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD95; }

 p { color: rgb(170,221,149); }

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

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

 a { background-color: rgb(170,221,149); }

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

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

 span { border-color: rgb(170,221,149); }

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