#ABDB80

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

Shades of Feijoa #ABDB80

Tints of Feijoa #ABDB80

Color information

#ABDB80 (or 0xABDB80) is unknown color: approx Feijoa. HEX triplet: AB, DB and 80. RGB value is (171,219,128). Sum of RGB (Red+Green+Blue) = 171+219+128=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB80 is #54247F. Grayscale: #C2C2C2. Windows color (decimal): -5514368 or 8444843. OLE color: 8444843.

HSL color Cylindrical-coordinate representation of color #ABDB80: hue angle of 91.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDB80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB171219128-
CMYK0.2200.420.14
HSL91.65º55.83%68.04%-
HSV(B)91.65º41.55%85.88%-
XYZ46.0260.8829.75-
YUV194.2790.6111.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 128 (50.39% from 255) = 24.71%
R=33.01%
G=42.28%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191280.2200.420.1491.6555.8368.04
HexABDB801602AE5c3844
Octal253333200260521613470104
Binary101010111101101110000000101100101010111010111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDB80; }

 p { color: rgb(171,219,128); }

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

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

 a { background-color: rgb(171,219,128); }

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

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

 span { border-color: rgb(171,219,128); }

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