#ABD78A

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

Shades of Feijoa #ABD78A

Tints of Feijoa #ABD78A

Color information

#ABD78A (or 0xABD78A) is unknown color: approx Feijoa. HEX triplet: AB, D7 and 8A. RGB value is (171,215,138). Sum of RGB (Red+Green+Blue) = 171+215+138=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD78A is #542875. Grayscale: #C1C1C1. Windows color (decimal): -5515382 or 9099179. OLE color: 9099179.

HSL color Cylindrical-coordinate representation of color #ABD78A: hue angle of 94.29º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABD78A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB171215138-
CMYK0.2000.360.16
HSL94.29º49.04%69.22%-
HSV(B)94.29º35.81%84.31%-
XYZ45.6859.0933.04-
YUV193.0796.92112.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=32.63%
G=41.03%
B=26.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712151380.2000.360.1694.2949.0469.22
HexABD78A14024105e3145
Octal253327212240442013661105
Binary1010101111010111100010101010001001001000010111101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD78A; }

 p { color: rgb(171,215,138); }

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

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

 a { background-color: rgb(171,215,138); }

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

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

 span { border-color: rgb(171,215,138); }

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