#ABEC7E

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

Shades of Feijoa #ABEC7E

Tints of Feijoa #ABEC7E

Color information

#ABEC7E (or 0xABEC7E) is unknown color: approx Feijoa. HEX triplet: AB, EC and 7E. RGB value is (171,236,126). Sum of RGB (Red+Green+Blue) = 171+236+126=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC7E is #541381. Grayscale: #CCCCCC. Windows color (decimal): -5510018 or 8318123. OLE color: 8318123.

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

Color convert

RGB171236126-
CMYK0.2800.470.07
HSL95.45º74.32%70.98%-
HSV(B)95.45º46.61%92.55%-
XYZ50.5670.1630.62-
YUV204.0283.97104.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 236 (92.58% from 255) = 44.28%
BLUE value IS 126 (49.61% from 255) = 23.64%
R=32.08%
G=44.28%
B=23.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361260.2800.470.0795.4574.3270.98
HexABEC7E1C02F75f4a47
Octal253354176340577137112107
Binary10101011111011001111110111000101111111101111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC7E; }

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

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

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

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

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

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

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

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