#ABCA91

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

Shades of Feijoa #ABCA91

Tints of Feijoa #ABCA91

Color information

#ABCA91 (or 0xABCA91) is unknown color: approx Feijoa. HEX triplet: AB, CA and 91. RGB value is (171,202,145). Sum of RGB (Red+Green+Blue) = 171+202+145=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA91 is #54356E. Grayscale: #BABABA. Windows color (decimal): -5518703 or 9554603. OLE color: 9554603.

HSL color Cylindrical-coordinate representation of color #ABCA91: hue angle of 92.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCA91 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB171202145-
CMYK0.1500.280.21
HSL92.63º34.97%68.04%-
HSV(B)92.63º28.22%79.22%-
XYZ43.0352.9434.74-
YUV186.23104.73117.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 145 (57.03% from 255) = 27.99%
R=33.01%
G=39.00%
B=27.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021450.1500.280.2192.6334.9768.04
HexABCA91F01C155d2344
Octal253312221170342513543104
Binary10101011110010101001000111110111001010110111011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA91; }

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

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

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

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

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

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

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

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