#ADD776

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

Shades of Feijoa #ADD776

Tints of Feijoa #ADD776

Color information

#ADD776 (or 0xADD776) is unknown color: approx Feijoa. HEX triplet: AD, D7 and 76. RGB value is (173,215,118). Sum of RGB (Red+Green+Blue) = 173+215+118=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD776 is #522889. Grayscale: #BFBFBF. Windows color (decimal): -5384330 or 7788461. OLE color: 7788461.

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

Color convert

RGB173215118-
CMYK0.2000.450.16
HSL85.98º54.8%65.29%-
HSV(B)85.98º45.12%84.31%-
XYZ44.858.7926.13-
YUV191.3886.59114.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=34.19%
G=42.49%
B=23.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151180.2000.450.1685.9854.865.29
HexADD7761402D10563741
Octal255327166240552012667101
Binary101011011101011111101101010001011011000010101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD776; }

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

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

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

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

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

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

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

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