#ADDC96

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

Shades of Feijoa #ADDC96

Tints of Feijoa #ADDC96

Color information

#ADDC96 (or 0xADDC96) is unknown color: approx Feijoa. HEX triplet: AD, DC and 96. RGB value is (173,220,150). Sum of RGB (Red+Green+Blue) = 173+220+150=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC96 is #522369. Grayscale: #C6C6C6. Windows color (decimal): -5383018 or 9886893. OLE color: 9886893.

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

Color convert

RGB173220150-
CMYK0.2100.320.14
HSL100.29º50%72.55%-
HSV(B)100.29º31.82%86.27%-
XYZ48.3362.2738.33-
YUV197.97100.93110.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=31.86%
G=40.52%
B=27.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201500.2100.320.14100.295072.55
HexADDC9615020E643249
Octal255334226250401614462111
Binary101011011101110010010110101010100000111011001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC96; }

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

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

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

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

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

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

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

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