#ABF477

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

Shades of Feijoa #ABF477

Tints of Feijoa #ABF477

Color information

#ABF477 (or 0xABF477) is unknown color: approx Feijoa. HEX triplet: AB, F4 and 77. RGB value is (171,244,119). Sum of RGB (Red+Green+Blue) = 171+244+119=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF477 is #540B88. Grayscale: #D0D0D0. Windows color (decimal): -5507977 or 7861419. OLE color: 7861419.

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

Color convert

RGB171244119-
CMYK0.3000.510.04
HSL95.04º85.03%71.18%-
HSV(B)95.04º51.23%95.69%-
XYZ52.4874.6929.1-
YUV207.9277.82101.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 244 (95.70% from 255) = 45.69%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=32.02%
G=45.69%
B=22.28%

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
Decimal1712441190.3000.510.0495.0485.0371.18
HexABF4771E03345f5547
Octal253364167360634137125107
Binary10101011111101001110111111100110011100101111110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF477; }

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

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

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

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

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

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

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

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