#ADDC8B

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

Shades of Feijoa #ADDC8B

Tints of Feijoa #ADDC8B

Color information

#ADDC8B (or 0xADDC8B) is unknown color: approx Feijoa. HEX triplet: AD, DC and 8B. RGB value is (173,220,139). Sum of RGB (Red+Green+Blue) = 173+220+139=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8B is #522374. Grayscale: #C4C4C4. Windows color (decimal): -5383029 or 9165997. OLE color: 9165997.

HSL color Cylindrical-coordinate representation of color #ADDC8B: hue angle of 94.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDC8B is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB173220139-
CMYK0.2100.370.14
HSL94.81º53.64%70.39%-
HSV(B)94.81º36.82%86.27%-
XYZ47.4961.9333.88-
YUV196.7195.43111.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.52%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=32.52%
G=41.35%
B=26.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201390.2100.370.1494.8153.6470.39
HexADDC8B15025E5f3646
Octal255334213250451613766106
Binary101011011101110010001011101010100101111010111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC8B; }

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

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

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

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

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

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

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

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