#ABDD9A

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

Shades of Granny Smith Apple #ABDD9A

Tints of Granny Smith Apple #ABDD9A

Color information

#ABDD9A (or 0xABDD9A) is unknown color: approx Granny Smith Apple. HEX triplet: AB, DD and 9A. RGB value is (171,221,154). Sum of RGB (Red+Green+Blue) = 171+221+154=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD9A is #542265. Grayscale: #C6C6C6. Windows color (decimal): -5513830 or 10149291. OLE color: 10149291.

HSL color Cylindrical-coordinate representation of color #ABDD9A: hue angle of 104.78º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDD9A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB171221154-
CMYK0.2300.300.13
HSL104.78º49.63%73.53%-
HSV(B)104.78º30.32%86.67%-
XYZ48.4862.740.12-
YUV198.41102.94108.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 221 (86.72% from 255) = 40.48%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=31.32%
G=40.48%
B=28.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211540.2300.300.13104.7849.6373.53
HexABDD9A1701ED69324a
Octal253335232270361515162112
Binary10101011110111011001101010111011110110111010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDD9A; }

 p { color: rgb(171,221,154); }

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

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

 a { background-color: rgb(171,221,154); }

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

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

 span { border-color: rgb(171,221,154); }

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