#ABDD8F

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

Shades of Feijoa #ABDD8F

Tints of Feijoa #ABDD8F

Color information

#ABDD8F (or 0xABDD8F) is unknown color: approx Feijoa. HEX triplet: AB, DD and 8F. RGB value is (171,221,143). Sum of RGB (Red+Green+Blue) = 171+221+143=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD8F is #542270. Grayscale: #C5C5C5. Windows color (decimal): -5513841 or 9428395. OLE color: 9428395.

HSL color Cylindrical-coordinate representation of color #ABDD8F: hue angle of 98.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDD8F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB171221143-
CMYK0.2300.350.13
HSL98.46º53.42%71.37%-
HSV(B)98.46º35.29%86.67%-
XYZ47.6162.3535.51-
YUV197.1697.44109.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 221 (86.72% from 255) = 41.31%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=31.96%
G=41.31%
B=26.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211430.2300.350.1398.4653.4271.37
HexABDD8F17023D623547
Octal253335217270431514265107
Binary101010111101110110001111101110100011110111000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDD8F; }

 p { color: rgb(171,221,143); }

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

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

 a { background-color: rgb(171,221,143); }

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

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

 span { border-color: rgb(171,221,143); }

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