#ABF573

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

Shades of Feijoa #ABF573

Tints of Feijoa #ABF573

Color information

#ABF573 (or 0xABF573) is unknown color: approx Feijoa. HEX triplet: AB, F5 and 73. RGB value is (171,245,115). Sum of RGB (Red+Green+Blue) = 171+245+115=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF573 is #540A8C. Grayscale: #D0D0D0. Windows color (decimal): -5507725 or 7599531. OLE color: 7599531.

HSL color Cylindrical-coordinate representation of color #ABF573: hue angle of 94.15º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABF573 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB171245115-
CMYK0.3000.530.04
HSL94.15º86.67%70.59%-
HSV(B)94.15º53.06%96.08%-
XYZ52.5475.227.97-
YUV208.0575.48101.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 115 (45.31% from 255) = 21.66%
R=32.20%
G=46.14%
B=21.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451150.3000.530.0494.1586.6770.59
HexABF5731E03545e5747
Octal253365163360654136127107
Binary10101011111101011110011111100110101100101111010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF573; }

 p { color: rgb(171,245,115); }

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

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

 a { background-color: rgb(171,245,115); }

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

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

 span { border-color: rgb(171,245,115); }

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