#ABF571

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

Shades of Feijoa #ABF571

Tints of Feijoa #ABF571

Color information

#ABF571 (or 0xABF571) is unknown color: approx Feijoa. HEX triplet: AB, F5 and 71. RGB value is (171,245,113). Sum of RGB (Red+Green+Blue) = 171+245+113=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF571 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF571 is #540A8E. Grayscale: #D0D0D0. Windows color (decimal): -5507727 or 7468459. OLE color: 7468459.

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

Color convert

RGB171245113-
CMYK0.3000.540.04
HSL93.64º86.84%70.2%-
HSV(B)93.64º53.88%96.08%-
XYZ52.4375.1527.37-
YUV207.8374.48101.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 245 (96.09% from 255) = 46.31%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=32.33%
G=46.31%
B=21.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451130.3000.540.0493.6486.8470.2
HexABF5711E03645e5746
Octal253365161360664136127106
Binary10101011111101011110001111100110110100101111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF571; }

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

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

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

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

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

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

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

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