#ABD379

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

Shades of Feijoa #ABD379

Tints of Feijoa #ABD379

Color information

#ABD379 (or 0xABD379) is unknown color: approx Feijoa. HEX triplet: AB, D3 and 79. RGB value is (171,211,121). Sum of RGB (Red+Green+Blue) = 171+211+121=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD379 is #542C86. Grayscale: #BDBDBD. Windows color (decimal): -5516423 or 7984043. OLE color: 7984043.

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

Color convert

RGB171211121-
CMYK0.1900.430.17
HSL86.67º50.56%65.1%-
HSV(B)86.67º42.65%82.75%-
XYZ43.5456.6326.72-
YUV188.7889.75115.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=34.00%
G=41.95%
B=24.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111210.1900.430.1786.6750.5665.1
HexABD3791302B11573341
Octal253323171230532112763101
Binary101010111101001111110011001101010111000110101111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD379; }

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

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

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

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

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

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

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

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