#ABF376

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

Shades of Feijoa #ABF376

Tints of Feijoa #ABF376

Color information

#ABF376 (or 0xABF376) is unknown color: approx Feijoa. HEX triplet: AB, F3 and 76. RGB value is (171,243,118). Sum of RGB (Red+Green+Blue) = 171+243+118=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF376 is #540C89. Grayscale: #CFCFCF. Windows color (decimal): -5508234 or 7795627. OLE color: 7795627.

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

Color convert

RGB171243118-
CMYK0.3000.510.05
HSL94.56º83.89%70.78%-
HSV(B)94.56º51.44%95.29%-
XYZ52.1274.0728.69-
YUV207.2277.65102.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 243 (95.31% from 255) = 45.68%
BLUE value IS 118 (46.48% from 255) = 22.18%
R=32.14%
G=45.68%
B=22.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712431180.3000.510.0594.5683.8970.78
HexABF3761E03355f5447
Octal253363166360635137124107
Binary10101011111100111110110111100110011101101111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF376; }

 p { color: rgb(171,243,118); }

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

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

 a { background-color: rgb(171,243,118); }

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

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

 span { border-color: rgb(171,243,118); }

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