#ADD09A

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

Shades of Feijoa #ADD09A

Tints of Feijoa #ADD09A

Color information

#ADD09A (or 0xADD09A) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 9A. RGB value is (173,208,154). Sum of RGB (Red+Green+Blue) = 173+208+154=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD09A is #522F65. Grayscale: #BFBFBF. Windows color (decimal): -5386086 or 10145965. OLE color: 10145965.

HSL color Cylindrical-coordinate representation of color #ADD09A: hue angle of 98.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD09A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB173208154-
CMYK0.1700.260.18
HSL98.89º36.49%70.98%-
HSV(B)98.89º25.96%81.57%-
XYZ45.6256.3339.04-
YUV191.38106.9114.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=32.34%
G=38.88%
B=28.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081540.1700.260.1898.8936.4970.98
HexADD09A1101A12632447
Octal255320232210322214344107
Binary101011011101000010011010100010110101001011000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD09A; }

 p { color: rgb(173,208,154); }

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

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

 a { background-color: rgb(173,208,154); }

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

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

 span { border-color: rgb(173,208,154); }

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