#ADDD8B

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

Shades of Feijoa #ADDD8B

Tints of Feijoa #ADDD8B

Color information

#ADDD8B (or 0xADDD8B) is unknown color: approx Feijoa. HEX triplet: AD, DD and 8B. RGB value is (173,221,139). Sum of RGB (Red+Green+Blue) = 173+221+139=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD8B is #522274. Grayscale: #C5C5C5. Windows color (decimal): -5382773 or 9166253. OLE color: 9166253.

HSL color Cylindrical-coordinate representation of color #ADDD8B: hue angle of 95.12º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDD8B is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB173221139-
CMYK0.2200.370.13
HSL95.12º54.67%70.59%-
HSV(B)95.12º37.1%86.67%-
XYZ47.7562.4633.97-
YUV197.395.1110.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 139 (54.69% from 255) = 26.08%
R=32.46%
G=41.46%
B=26.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211390.2200.370.1395.1254.6770.59
HexADDD8B16025D5f3747
Octal255335213260451513767107
Binary101011011101110110001011101100100101110110111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD8B; }

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

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

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

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

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

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

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

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