#ABCA8D

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

Shades of Feijoa #ABCA8D

Tints of Feijoa #ABCA8D

Color information

#ABCA8D (or 0xABCA8D) is unknown color: approx Feijoa. HEX triplet: AB, CA and 8D. RGB value is (171,202,141). Sum of RGB (Red+Green+Blue) = 171+202+141=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA8D is #543572. Grayscale: #B9B9B9. Windows color (decimal): -5518707 or 9292459. OLE color: 9292459.

HSL color Cylindrical-coordinate representation of color #ABCA8D: hue angle of 90.49º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCA8D is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB171202141-
CMYK0.1500.300.21
HSL90.49º36.53%67.25%-
HSV(B)90.49º30.2%79.22%-
XYZ42.7252.8233.14-
YUV185.78102.73117.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=33.27%
G=39.30%
B=27.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021410.1500.300.2190.4936.5367.25
HexABCA8DF01E155a2543
Octal253312215170362513245103
Binary10101011110010101000110111110111101010110110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA8D; }

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

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

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

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

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

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

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

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