#ADDA8B

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

Shades of Feijoa #ADDA8B

Tints of Feijoa #ADDA8B

Color information

#ADDA8B (or 0xADDA8B) is unknown color: approx Feijoa. HEX triplet: AD, DA and 8B. RGB value is (173,218,139). Sum of RGB (Red+Green+Blue) = 173+218+139=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA8B is #522574. Grayscale: #C3C3C3. Windows color (decimal): -5383541 or 9165485. OLE color: 9165485.

HSL color Cylindrical-coordinate representation of color #ADDA8B: hue angle of 94.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDA8B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB173218139-
CMYK0.2100.360.15
HSL94.18º51.63%70%-
HSV(B)94.18º36.24%85.49%-
XYZ46.9760.8933.7-
YUV195.5496.09111.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=32.64%
G=41.13%
B=26.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732181390.2100.360.1594.1851.6370
HexADDA8B15024F5e3446
Octal255332213250441713664106
Binary101011011101101010001011101010100100111110111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDA8B; }

 p { color: rgb(173,218,139); }

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

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

 a { background-color: rgb(173,218,139); }

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

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

 span { border-color: rgb(173,218,139); }

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