#ABCC8E

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

Shades of Feijoa #ABCC8E

Tints of Feijoa #ABCC8E

Color information

#ABCC8E (or 0xABCC8E) is unknown color: approx Feijoa. HEX triplet: AB, CC and 8E. RGB value is (171,204,142). Sum of RGB (Red+Green+Blue) = 171+204+142=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8E is #543371. Grayscale: #BBBBBB. Windows color (decimal): -5518194 or 9358507. OLE color: 9358507.

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

Color convert

RGB171204142-
CMYK0.1600.300.2
HSL91.94º37.8%67.84%-
HSV(B)91.94º30.39%80%-
XYZ43.2753.833.69-
YUV187.06102.57116.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=33.08%
G=39.46%
B=27.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041420.1600.300.291.9437.867.84
HexABCC8E1001E145c2644
Octal253314216200362413446104
Binary101010111100110010001110100000111101010010111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC8E; }

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

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

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

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

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

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

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

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