#ABEA8C

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

Shades of Feijoa #ABEA8C

Tints of Feijoa #ABEA8C

Color information

#ABEA8C (or 0xABEA8C) is unknown color: approx Feijoa. HEX triplet: AB, EA and 8C. RGB value is (171,234,140). Sum of RGB (Red+Green+Blue) = 171+234+140=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEA8C is #541573. Grayscale: #CCCCCC. Windows color (decimal): -5510516 or 9235115. OLE color: 9235115.

HSL color Cylindrical-coordinate representation of color #ABEA8C: hue angle of 100.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABEA8C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB171234140-
CMYK0.2700.400.08
HSL100.21º69.12%73.33%-
HSV(B)100.21º40.17%91.76%-
XYZ50.9569.435.52-
YUV204.4591.63104.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=31.38%
G=42.94%
B=25.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341400.2700.400.08100.2169.1273.33
HexABEA8C1B0288644549
Octal2533522143305010144105111
Binary1010101111101010100011001101101010001000110010010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEA8C; }

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

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

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

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

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

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

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

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