#ABCC8A

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

Shades of Feijoa #ABCC8A

Tints of Feijoa #ABCC8A

Color information

#ABCC8A (or 0xABCC8A) is unknown color: approx Feijoa. HEX triplet: AB, CC and 8A. RGB value is (171,204,138). Sum of RGB (Red+Green+Blue) = 171+204+138=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8A is #543375. Grayscale: #BABABA. Windows color (decimal): -5518198 or 9096363. OLE color: 9096363.

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

Color convert

RGB171204138-
CMYK0.1600.320.2
HSL90º39.29%67.06%-
HSV(B)90º32.35%80%-
XYZ42.9753.6832.14-
YUV186.61100.57116.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=33.33%
G=39.77%
B=26.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041380.1600.320.29039.2967.06
HexABCC8A10020145a2743
Octal253314212200402413247103
Binary1010101111001100100010101000001000001010010110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC8A; }

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

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

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

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

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

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

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

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