#ABCC8D

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

Shades of Feijoa #ABCC8D

Tints of Feijoa #ABCC8D

Color information

#ABCC8D (or 0xABCC8D) is unknown color: approx Feijoa. HEX triplet: AB, CC and 8D. RGB value is (171,204,141). Sum of RGB (Red+Green+Blue) = 171+204+141=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8D is #543372. Grayscale: #BBBBBB. Windows color (decimal): -5518195 or 9292971. OLE color: 9292971.

HSL color Cylindrical-coordinate representation of color #ABCC8D: hue angle of 91.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCC8D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB171204141-
CMYK0.1600.310.2
HSL91.43º38.18%67.65%-
HSV(B)91.43º30.88%80%-
XYZ43.253.7733.3-
YUV186.95102.07116.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=33.14%
G=39.53%
B=27.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041410.1600.310.291.4338.1867.65
HexABCC8D1001F145b2644
Octal253314215200372413346104
Binary101010111100110010001101100000111111010010110111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC8D; }

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

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

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

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

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

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

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

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