#ABEC74

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

Shades of Feijoa #ABEC74

Tints of Feijoa #ABEC74

Color information

#ABEC74 (or 0xABEC74) is unknown color: approx Feijoa. HEX triplet: AB, EC and 74. RGB value is (171,236,116). Sum of RGB (Red+Green+Blue) = 171+236+116=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEC74 is #54138B. Grayscale: #CBCBCB. Windows color (decimal): -5510028 or 7662763. OLE color: 7662763.

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

Color convert

RGB171236116-
CMYK0.2800.510.07
HSL92.5º75.95%69.02%-
HSV(B)92.5º50.85%92.55%-
XYZ49.9469.9127.38-
YUV202.8878.97105.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 45.12%
BLUE value IS 116 (45.70% from 255) = 22.18%
R=32.70%
G=45.12%
B=22.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361160.2800.510.0792.575.9569.02
HexABEC741C03375c4c45
Octal253354164340637134114105
Binary10101011111011001110100111000110011111101110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC74; }

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

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

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

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

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

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

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

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