#ABD88A

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

Shades of Feijoa #ABD88A

Tints of Feijoa #ABD88A

Color information

#ABD88A (or 0xABD88A) is unknown color: approx Feijoa. HEX triplet: AB, D8 and 8A. RGB value is (171,216,138). Sum of RGB (Red+Green+Blue) = 171+216+138=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD88A is #542775. Grayscale: #C1C1C1. Windows color (decimal): -5515126 or 9099435. OLE color: 9099435.

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

Color convert

RGB171216138-
CMYK0.2100.360.15
HSL94.62º50%69.41%-
HSV(B)94.62º36.11%84.71%-
XYZ45.9459.633.13-
YUV193.6596.59111.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=32.57%
G=41.14%
B=26.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712161380.2100.360.1594.625069.41
HexABD88A15024F5f3245
Octal253330212250441713762105
Binary101010111101100010001010101010100100111110111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD88A; }

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

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

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

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

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

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

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

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