#ABF480

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

Shades of Feijoa #ABF480

Tints of Feijoa #ABF480

Color information

#ABF480 (or 0xABF480) is unknown color: approx Feijoa. HEX triplet: AB, F4 and 80. RGB value is (171,244,128). Sum of RGB (Red+Green+Blue) = 171+244+128=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF480 is #540B7F. Grayscale: #D1D1D1. Windows color (decimal): -5507968 or 8451243. OLE color: 8451243.

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

Color convert

RGB171244128-
CMYK0.3000.480.04
HSL97.76º84.06%72.94%-
HSV(B)97.76º47.54%95.69%-
XYZ53.0474.9232.09-
YUV208.9582.32100.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 244 (95.70% from 255) = 44.94%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=31.49%
G=44.94%
B=23.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712441280.3000.480.0497.7684.0672.94
HexABF4801E0304625449
Octal253364200360604142124111
Binary101010111111010010000000111100110000100110001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF480; }

 p { color: rgb(171,244,128); }

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

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

 a { background-color: rgb(171,244,128); }

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

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

 span { border-color: rgb(171,244,128); }

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