#AADB98

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

Shades of Granny Smith Apple #AADB98

Tints of Granny Smith Apple #AADB98

Color information

#AADB98 (or 0xAADB98) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DB and 98. RGB value is (170,219,152). Sum of RGB (Red+Green+Blue) = 170+219+152=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB98 is #552467. Grayscale: #C4C4C4. Windows color (decimal): -5579880 or 10017706. OLE color: 10017706.

HSL color Cylindrical-coordinate representation of color #AADB98: hue angle of 103.88º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADB98 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB170219152-
CMYK0.2200.310.14
HSL103.88º48.2%72.75%-
HSV(B)103.88º30.59%85.88%-
XYZ47.5861.4839.06-
YUV196.71102.77108.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=31.42%
G=40.48%
B=28.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702191520.2200.310.14103.8848.272.75
HexAADB981601FE683049
Octal252333230260371615060111
Binary10101010110110111001100010110011111111011010001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADB98; }

 p { color: rgb(170,219,152); }

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

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

 a { background-color: rgb(170,219,152); }

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

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

 span { border-color: rgb(170,219,152); }

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