#ADDC82

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

Shades of Feijoa #ADDC82

Tints of Feijoa #ADDC82

Color information

#ADDC82 (or 0xADDC82) is unknown color: approx Feijoa. HEX triplet: AD, DC and 82. RGB value is (173,220,130). Sum of RGB (Red+Green+Blue) = 173+220+130=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC82 is #52237D. Grayscale: #C4C4C4. Windows color (decimal): -5383038 or 8576173. OLE color: 8576173.

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

Color convert

RGB173220130-
CMYK0.2100.410.14
HSL91.33º56.25%68.63%-
HSV(B)91.33º40.91%86.27%-
XYZ46.8661.6830.56-
YUV195.6990.93111.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=33.08%
G=42.07%
B=24.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732201300.2100.410.1491.3356.2568.63
HexADDC8215029E5b3845
Octal255334202250511613370105
Binary101011011101110010000010101010101001111010110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDC82; }

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

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

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

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

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

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

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

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