#ABEC8C

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

Shades of Feijoa #ABEC8C

Tints of Feijoa #ABEC8C

Color information

#ABEC8C (or 0xABEC8C) is unknown color: approx Feijoa. HEX triplet: AB, EC and 8C. RGB value is (171,236,140). Sum of RGB (Red+Green+Blue) = 171+236+140=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEC8C is #541373. Grayscale: #CDCDCD. Windows color (decimal): -5510004 or 9235627. OLE color: 9235627.

HSL color Cylindrical-coordinate representation of color #ABEC8C: hue angle of 100.62º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABEC8C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB171236140-
CMYK0.2800.410.07
HSL100.62º71.64%73.73%-
HSV(B)100.62º40.68%92.55%-
XYZ51.5270.5435.71-
YUV205.6290.97103.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=31.26%
G=43.14%
B=25.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361400.2800.410.07100.6271.6473.73
HexABEC8C1C029765484a
Octal253354214340517145110112
Binary101010111110110010001100111000101001111110010110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC8C; }

 p { color: rgb(171,236,140); }

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

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

 a { background-color: rgb(171,236,140); }

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

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

 span { border-color: rgb(171,236,140); }

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