#ABD69A

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

Shades of Granny Smith Apple #ABD69A

Tints of Granny Smith Apple #ABD69A

Color information

#ABD69A (or 0xABD69A) is unknown color: approx Granny Smith Apple. HEX triplet: AB, D6 and 9A. RGB value is (171,214,154). Sum of RGB (Red+Green+Blue) = 171+214+154=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD69A is #542965. Grayscale: #C2C2C2. Windows color (decimal): -5515622 or 10147499. OLE color: 10147499.

HSL color Cylindrical-coordinate representation of color #ABD69A: hue angle of 103º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD69A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB171214154-
CMYK0.2000.280.16
HSL103º42.25%72.16%-
HSV(B)103º28.04%83.92%-
XYZ46.6759.0839.52-
YUV194.3105.25111.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 214 (83.98% from 255) = 39.70%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=31.73%
G=39.70%
B=28.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712141540.2000.280.1610342.2572.16
HexABD69A1401C10672a48
Octal253326232240342014752110
Binary101010111101011010011010101000111001000011001111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD69A; }

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

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

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

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

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

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

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

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