#ADD78C

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

Shades of Feijoa #ADD78C

Tints of Feijoa #ADD78C

Color information

#ADD78C (or 0xADD78C) is unknown color: approx Feijoa. HEX triplet: AD, D7 and 8C. RGB value is (173,215,140). Sum of RGB (Red+Green+Blue) = 173+215+140=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD78C is #522873. Grayscale: #C2C2C2. Windows color (decimal): -5384308 or 9230253. OLE color: 9230253.

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

Color convert

RGB173215140-
CMYK0.2000.350.16
HSL93.6º48.39%69.61%-
HSV(B)93.6º34.88%84.31%-
XYZ46.2759.3833.83-
YUV193.8997.59113.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=32.77%
G=40.72%
B=26.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151400.2000.350.1693.648.3969.61
HexADD78C14023105e3046
Octal255327214240432013660106
Binary1010110111010111100011001010001000111000010111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD78C; }

 p { color: rgb(173,215,140); }

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

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

 a { background-color: rgb(173,215,140); }

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

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

 span { border-color: rgb(173,215,140); }

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