#ADDD8F

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

Shades of Feijoa #ADDD8F

Tints of Feijoa #ADDD8F

Color information

#ADDD8F (or 0xADDD8F) is unknown color: approx Feijoa. HEX triplet: AD, DD and 8F. RGB value is (173,221,143). Sum of RGB (Red+Green+Blue) = 173+221+143=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8F is #522270. Grayscale: #C6C6C6. Windows color (decimal): -5382769 or 9428397. OLE color: 9428397.

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

Color convert

RGB173221143-
CMYK0.2200.350.13
HSL96.92º53.42%71.37%-
HSV(B)96.92º35.29%86.67%-
XYZ48.0562.5835.53-
YUV197.7697.1110.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 143 (56.25% from 255) = 26.63%
R=32.22%
G=41.15%
B=26.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211430.2200.350.1396.9253.4271.37
HexADDD8F16023D613547
Octal255335217260431514165107
Binary101011011101110110001111101100100011110111000011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD8F; }

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

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

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

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

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

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

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

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