#abdc80

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

Shades of Feijoa #ABDC80

Tints of Feijoa #ABDC80

Color information

#ABDC80 (or 0xABDC80) is unknown color: approx Feijoa. HEX triplet: AB, DC and 80. RGB value is (171,220,128). Sum of RGB (Red+Green+Blue) = 171+220+128=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC80 is #54237F. Grayscale: #C3C3C3. Windows color (decimal): -5514112 or 8445099. OLE color: 8445099.

HSL color Cylindrical-coordinate representation of color #ABDC80: hue angle of 91.96º degrees, saturation: 0.57, 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 #ABDC80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB171220128-
CMYK0.2200.420.14
HSL91.96º56.79%68.24%-
HSV(B)91.96º41.82%86.27%-
XYZ46.2861.429.83-
YUV194.8690.27110.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=32.95%
G=42.39%
B=24.66%

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
Decimal1712201280.2200.420.1491.9656.7968.24
HexABDC801602AE5c3944
Octal253334200260521613471104
Binary101010111101110010000000101100101010111010111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdc80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdc80; }

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

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

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

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

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

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

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

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