#ADD97E

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

Shades of Feijoa #ADD97E

Tints of Feijoa #ADD97E

Color information

#ADD97E (or 0xADD97E) is unknown color: approx Feijoa. HEX triplet: AD, D9 and 7E. RGB value is (173,217,126). Sum of RGB (Red+Green+Blue) = 173+217+126=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD97E is #522681. Grayscale: #C1C1C1. Windows color (decimal): -5383810 or 8313261. OLE color: 8313261.

HSL color Cylindrical-coordinate representation of color #ADD97E: hue angle of 89.01º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD97E is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB173217126-
CMYK0.2000.420.15
HSL89.01º54.49%67.25%-
HSV(B)89.01º41.94%85.1%-
XYZ45.8160.0228.91-
YUV193.4789.92113.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=33.53%
G=42.05%
B=24.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171260.2000.420.1589.0154.4967.25
HexADD97E1402AF593643
Octal255331176240521713166103
Binary10101101110110011111110101000101010111110110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD97E; }

 p { color: rgb(173,217,126); }

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

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

 a { background-color: rgb(173,217,126); }

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

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

 span { border-color: rgb(173,217,126); }

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