#ABEA86

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

Shades of Feijoa #ABEA86

Tints of Feijoa #ABEA86

Color information

#ABEA86 (or 0xABEA86) is unknown color: approx Feijoa. HEX triplet: AB, EA and 86. RGB value is (171,234,134). Sum of RGB (Red+Green+Blue) = 171+234+134=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 234 (91.80% from 255 or 43.41% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEA86 is #541579. Grayscale: #CCCCCC. Windows color (decimal): -5510522 or 8841899. OLE color: 8841899.

HSL color Cylindrical-coordinate representation of color #ABEA86: hue angle of 97.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABEA86 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB171234134-
CMYK0.2700.430.08
HSL97.8º70.42%72.16%-
HSV(B)97.8º42.74%91.76%-
XYZ50.5269.2233.25-
YUV203.7688.63104.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 234 (91.80% from 255) = 43.41%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=31.73%
G=43.41%
B=24.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341340.2700.430.0897.870.4272.16
HexABEA861B02B8624648
Octal2533522063305310142106110
Binary1010101111101010100001101101101010111000110001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEA86; }

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

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

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

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

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

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

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

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