#ABF572

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

Shades of Feijoa #ABF572

Tints of Feijoa #ABF572

Color information

#ABF572 (or 0xABF572) is unknown color: approx Feijoa. HEX triplet: AB, F5 and 72. RGB value is (171,245,114). Sum of RGB (Red+Green+Blue) = 171+245+114=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 245 (96.09% from 255 or 46.23% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF572 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF572 is #540A8D. Grayscale: #D0D0D0. Windows color (decimal): -5507726 or 7533995. OLE color: 7533995.

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

Color convert

RGB171245114-
CMYK0.3000.530.04
HSL93.89º86.75%70.39%-
HSV(B)93.89º53.47%96.08%-
XYZ52.4875.1827.66-
YUV207.9474.98101.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 245 (96.09% from 255) = 46.23%
BLUE value IS 114 (44.92% from 255) = 21.51%
R=32.26%
G=46.23%
B=21.51%

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
Decimal1712451140.3000.530.0493.8986.7570.39
HexABF5721E03545e5746
Octal253365162360654136127106
Binary10101011111101011110010111100110101100101111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF572; }

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

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

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

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

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

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

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

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