#ABF97C

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

Shades of Feijoa #ABF97C

Tints of Feijoa #ABF97C

Color information

#ABF97C (or 0xABF97C) is unknown color: approx Feijoa. HEX triplet: AB, F9 and 7C. RGB value is (171,249,124). Sum of RGB (Red+Green+Blue) = 171+249+124=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF97C is #540683. Grayscale: #D3D3D3. Windows color (decimal): -5506692 or 8190379. OLE color: 8190379.

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

Color convert

RGB171249124-
CMYK0.3100.500.02
HSL97.44º91.24%73.14%-
HSV(B)97.44º50.2%97.65%-
XYZ54.3177.8631.24-
YUV211.4378.6699.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 124 (48.83% from 255) = 22.79%
R=31.43%
G=45.77%
B=22.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712491240.3100.500.0297.4491.2473.14
HexABF97C1F0322615b49
Octal253371174370622141133111
Binary1010101111111001111110011111011001010110000110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF97C; }

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

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

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

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

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

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

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

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