#ABF979

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

Shades of Feijoa #ABF979

Tints of Feijoa #ABF979

Color information

#ABF979 (or 0xABF979) is unknown color: approx Feijoa. HEX triplet: AB, F9 and 79. RGB value is (171,249,121). Sum of RGB (Red+Green+Blue) = 171+249+121=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF979 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF979 is #540686. Grayscale: #D3D3D3. Windows color (decimal): -5506695 or 7993771. OLE color: 7993771.

HSL color Cylindrical-coordinate representation of color #ABF979: hue angle of 96.56º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABF979 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB171249121-
CMYK0.3100.510.02
HSL96.56º91.43%72.55%-
HSV(B)96.56º51.41%97.65%-
XYZ54.1277.7930.25-
YUV211.0977.1699.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 249 (97.66% from 255) = 46.03%
BLUE value IS 121 (47.66% from 255) = 22.37%
R=31.61%
G=46.03%
B=22.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491210.3100.510.0296.5691.4372.55
HexABF9791F0332615b49
Octal253371171370632141133111
Binary1010101111111001111100111111011001110110000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF979; }

 p { color: rgb(171,249,121); }

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

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

 a { background-color: rgb(171,249,121); }

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

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

 span { border-color: rgb(171,249,121); }

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