#ABE874

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

Shades of Feijoa #ABE874

Tints of Feijoa #ABE874

Color information

#ABE874 (or 0xABE874) is unknown color: approx Feijoa. HEX triplet: AB, E8 and 74. RGB value is (171,232,116). Sum of RGB (Red+Green+Blue) = 171+232+116=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE874 is #54178B. Grayscale: #C8C8C8. Windows color (decimal): -5511052 or 7661739. OLE color: 7661739.

HSL color Cylindrical-coordinate representation of color #ABE874: hue angle of 91.55º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABE874 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB171232116-
CMYK0.2600.500.09
HSL91.55º71.6%68.24%-
HSV(B)91.55º50%90.98%-
XYZ48.867.6327.01-
YUV200.5480.29106.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 232 (91.02% from 255) = 44.70%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=32.95%
G=44.70%
B=22.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1712321160.2600.500.0991.5571.668.24
HexABE8741A03295c4844
Octal2533501643206211134110104
Binary101010111110100011101001101001100101001101110010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE874; }

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

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

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

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

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

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

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

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