#ADDD79

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

Shades of Feijoa #ADDD79

Tints of Feijoa #ADDD79

Color information

#ADDD79 (or 0xADDD79) is unknown color: approx Feijoa. HEX triplet: AD, DD and 79. RGB value is (173,221,121). Sum of RGB (Red+Green+Blue) = 173+221+121=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD79 is #522286. Grayscale: #C3C3C3. Windows color (decimal): -5382791 or 7986605. OLE color: 7986605.

HSL color Cylindrical-coordinate representation of color #ADDD79: hue angle of 88.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDD79 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB173221121-
CMYK0.2200.450.13
HSL88.8º59.52%67.06%-
HSV(B)88.8º45.25%86.67%-
XYZ46.5461.9827.6-
YUV195.2586.1112.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 121 (47.66% from 255) = 23.50%
R=33.59%
G=42.91%
B=23.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211210.2200.450.1388.859.5267.06
HexADDD791602DD593c43
Octal255335171260551513174103
Binary10101101110111011111001101100101101110110110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD79; }

 p { color: rgb(173,221,121); }

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

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

 a { background-color: rgb(173,221,121); }

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

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

 span { border-color: rgb(173,221,121); }

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