#ABF778

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

Shades of Feijoa #ABF778

Tints of Feijoa #ABF778

Color information

#ABF778 (or 0xABF778) is unknown color: approx Feijoa. HEX triplet: AB, F7 and 78. RGB value is (171,247,120). Sum of RGB (Red+Green+Blue) = 171+247+120=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF778 is #540887. Grayscale: #D2D2D2. Windows color (decimal): -5507208 or 7927723. OLE color: 7927723.

HSL color Cylindrical-coordinate representation of color #ABF778: hue angle of 95.91º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABF778 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB171247120-
CMYK0.3100.510.03
HSL95.91º88.81%71.96%-
HSV(B)95.91º51.42%96.86%-
XYZ53.4576.5429.73-
YUV209.877.32100.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=31.78%
G=45.91%
B=22.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471200.3100.510.0395.9188.8171.96
HexABF7781F0333605948
Octal253367170370633140131110
Binary1010101111110111111100011111011001111110000010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF778; }

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

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

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

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

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

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

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

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