#ABD47C

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

Shades of Feijoa #ABD47C

Tints of Feijoa #ABD47C

Color information

#ABD47C (or 0xABD47C) is unknown color: approx Feijoa. HEX triplet: AB, D4 and 7C. RGB value is (171,212,124). Sum of RGB (Red+Green+Blue) = 171+212+124=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD47C is #542B83. Grayscale: #BEBEBE. Windows color (decimal): -5516164 or 8180907. OLE color: 8180907.

HSL color Cylindrical-coordinate representation of color #ABD47C: hue angle of 87.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABD47C is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB171212124-
CMYK0.1900.420.17
HSL87.95º50.57%65.88%-
HSV(B)87.95º41.51%83.14%-
XYZ43.9857.227.79-
YUV189.7190.92114.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 212 (83.20% from 255) = 41.81%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=33.73%
G=41.81%
B=24.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712121240.1900.420.1787.9550.5765.88
HexABD47C1302A11583342
Octal253324174230522113063102
Binary101010111101010011111001001101010101000110110001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD47C; }

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

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

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

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

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

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

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

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