#ADDC87

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

Shades of Feijoa #ADDC87

Tints of Feijoa #ADDC87

Color information

#ADDC87 (or 0xADDC87) is unknown color: approx Feijoa. HEX triplet: AD, DC and 87. RGB value is (173,220,135). Sum of RGB (Red+Green+Blue) = 173+220+135=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC87 is #522378. Grayscale: #C4C4C4. Windows color (decimal): -5383033 or 8903853. OLE color: 8903853.

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

Color convert

RGB173220135-
CMYK0.2100.390.14
HSL93.18º54.84%69.61%-
HSV(B)93.18º38.64%86.27%-
XYZ47.261.8232.37-
YUV196.2693.43111.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=32.77%
G=41.67%
B=25.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201350.2100.390.1493.1854.8469.61
HexADDC8715027E5d3746
Octal255334207250471613567106
Binary101011011101110010000111101010100111111010111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC87; }

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

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

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

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

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

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

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

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