#abdf91

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

Shades of Feijoa #ABDF91

Tints of Feijoa #ABDF91

Color information

#ABDF91 (or 0xABDF91) is unknown color: approx Feijoa. HEX triplet: AB, DF and 91. RGB value is (171,223,145). Sum of RGB (Red+Green+Blue) = 171+223+145=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF91 is #54206E. Grayscale: #C6C6C6. Windows color (decimal): -5513327 or 9559979. OLE color: 9559979.

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

Color convert

RGB171223145-
CMYK0.2300.350.13
HSL100º54.93%72.16%-
HSV(B)100º34.98%87.45%-
XYZ48.2963.4836.5-
YUV198.5697.77108.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 223 (87.5% from 255) = 41.37%
BLUE value IS 145 (57.03% from 255) = 26.90%
R=31.73%
G=41.37%
B=26.90%

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
Decimal1712231450.2300.350.1310054.9372.16
HexABDF9117023D643748
Octal253337221270431514467110
Binary101010111101111110010001101110100011110111001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdf91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdf91; }

 p { color: rgb(171,223,145); }

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

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

 a { background-color: rgb(171,223,145); }

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

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

 span { border-color: rgb(171,223,145); }

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