#ABF578

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

Shades of Feijoa #ABF578

Tints of Feijoa #ABF578

Color information

#ABF578 (or 0xABF578) is unknown color: approx Feijoa. HEX triplet: AB, F5 and 78. RGB value is (171,245,120). Sum of RGB (Red+Green+Blue) = 171+245+120=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF578 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF578 is #540A87. Grayscale: #D1D1D1. Windows color (decimal): -5507720 or 7927211. OLE color: 7927211.

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

Color convert

RGB171245120-
CMYK0.3000.510.04
HSL95.52º86.21%71.57%-
HSV(B)95.52º51.02%96.08%-
XYZ52.8475.3229.52-
YUV208.6277.98101.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 245 (96.09% from 255) = 45.71%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=31.90%
G=45.71%
B=22.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712451200.3000.510.0495.5286.2171.57
HexABF5781E0334605648
Octal253365170360634140126110
Binary10101011111101011111000111100110011100110000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF578; }

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

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

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

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

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

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

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

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