#ABF88C

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

Shades of Granny Smith Apple #ABF88C

Tints of Granny Smith Apple #ABF88C

Color information

#ABF88C (or 0xABF88C) is unknown color: approx Granny Smith Apple. HEX triplet: AB, F8 and 8C. RGB value is (171,248,140). Sum of RGB (Red+Green+Blue) = 171+248+140=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF88C is #540773. Grayscale: #D5D5D5. Windows color (decimal): -5506932 or 9238699. OLE color: 9238699.

HSL color Cylindrical-coordinate representation of color #ABF88C: hue angle of 102.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABF88C is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB171248140-
CMYK0.3100.440.03
HSL102.78º88.52%76.08%-
HSV(B)102.78º43.55%97.25%-
XYZ55.177.6936.9-
YUV212.6686.9998.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=30.59%
G=44.36%
B=25.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712481400.3100.440.03102.7888.5276.08
HexABF88C1F02C367594c
Octal253370214370543147131114
Binary10101011111110001000110011111010110011110011110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF88C; }

 p { color: rgb(171,248,140); }

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

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

 a { background-color: rgb(171,248,140); }

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

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

 span { border-color: rgb(171,248,140); }

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