#ABD88C

Color #ABD88C Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ABD88C

Tints of Feijoa #ABD88C

Color information

#ABD88C (or 0xABD88C) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 8C. RGB value is (171,216,140). Sum of RGB (Red+Green+Blue) = 171+216+140=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD88C is #542773. Grayscale: #C2C2C2. Windows color (decimal): -5515124 or 9230507. OLE color: 9230507.

HSL color Cylindrical-coordinate representation of color #ABD88C: hue angle of 95.53º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABD88C is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB171216140-
CMYK0.2100.350.15
HSL95.53º49.35%69.8%-
HSV(B)95.53º35.19%84.71%-
XYZ46.0859.6633.9-
YUV193.8897.59111.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=32.45%
G=40.99%
B=26.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161400.2100.350.1595.5349.3569.8
HexABD88C15023F603146
Octal253330214250431714061106
Binary101010111101100010001100101010100011111111000001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD88C; }

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

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

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

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

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

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

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

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