#ABEC8A

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

Shades of Feijoa #ABEC8A

Tints of Feijoa #ABEC8A

Color information

#ABEC8A (or 0xABEC8A) is unknown color: approx Feijoa. HEX triplet: AB, EC and 8A. RGB value is (171,236,138). Sum of RGB (Red+Green+Blue) = 171+236+138=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEC8A is #541375. Grayscale: #CDCDCD. Windows color (decimal): -5510006 or 9104555. OLE color: 9104555.

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

Color convert

RGB171236138-
CMYK0.2800.420.07
HSL99.8º72.06%73.33%-
HSV(B)99.8º41.53%92.55%-
XYZ51.3870.4834.94-
YUV205.3989.97103.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 236 (92.58% from 255) = 43.30%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=31.38%
G=43.30%
B=25.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361380.2800.420.0799.872.0673.33
HexABEC8A1C02A7644849
Octal253354212340527144110111
Binary101010111110110010001010111000101010111110010010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC8A; }

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

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

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

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

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

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

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

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