#ABDC91

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

Shades of Feijoa #ABDC91

Tints of Feijoa #ABDC91

Color information

#ABDC91 (or 0xABDC91) is unknown color: approx Feijoa. HEX triplet: AB, DC and 91. RGB value is (171,220,145). Sum of RGB (Red+Green+Blue) = 171+220+145=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC91 is #54236E. Grayscale: #C5C5C5. Windows color (decimal): -5514095 or 9559211. OLE color: 9559211.

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

Color convert

RGB171220145-
CMYK0.2200.340.14
HSL99.2º51.72%71.57%-
HSV(B)99.2º34.09%86.27%-
XYZ47.561.8936.23-
YUV196.898.77109.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=31.90%
G=41.04%
B=27.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201450.2200.340.1499.251.7271.57
HexABDC9116022E633448
Octal253334221260421614364110
Binary101010111101110010010001101100100010111011000111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC91; }

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

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

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

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

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

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

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

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