#ADD997

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

Shades of Feijoa #ADD997

Tints of Feijoa #ADD997

Color information

#ADD997 (or 0xADD997) is unknown color: approx Feijoa. HEX triplet: AD, D9 and 97. RGB value is (173,217,151). Sum of RGB (Red+Green+Blue) = 173+217+151=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD997 is #522668. Grayscale: #C4C4C4. Windows color (decimal): -5383785 or 9951661. OLE color: 9951661.

HSL color Cylindrical-coordinate representation of color #ADD997: hue angle of 100º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD997 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB173217151-
CMYK0.2000.300.15
HSL100º46.48%72.16%-
HSV(B)100º30.41%85.1%-
XYZ47.6360.7438.49-
YUV196.32102.42111.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=31.98%
G=40.11%
B=27.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171510.2000.300.1510046.4872.16
HexADD9971401EF642e48
Octal255331227240361714456110
Binary10101101110110011001011110100011110111111001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD997; }

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

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

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

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

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

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

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

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