#ADD983

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

Shades of Feijoa #ADD983

Tints of Feijoa #ADD983

Color information

#ADD983 (or 0xADD983) is unknown color: approx Feijoa. HEX triplet: AD, D9 and 83. RGB value is (173,217,131). Sum of RGB (Red+Green+Blue) = 173+217+131=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD983 is #52267C. Grayscale: #C2C2C2. Windows color (decimal): -5383805 or 8640941. OLE color: 8640941.

HSL color Cylindrical-coordinate representation of color #ADD983: hue angle of 90.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD983 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB173217131-
CMYK0.2000.400.15
HSL90.7º53.09%68.24%-
HSV(B)90.7º39.63%85.1%-
XYZ46.1460.1530.65-
YUV194.0492.42112.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 131 (51.56% from 255) = 25.14%
R=33.21%
G=41.65%
B=25.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171310.2000.400.1590.753.0968.24
HexADD98314028F5b3544
Octal255331203240501713365104
Binary101011011101100110000011101000101000111110110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD983; }

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

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

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

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

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

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

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

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