#ADD282

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

Shades of Feijoa #ADD282

Tints of Feijoa #ADD282

Color information

#ADD282 (or 0xADD282) is unknown color: approx Feijoa. HEX triplet: AD, D2 and 82. RGB value is (173,210,130). Sum of RGB (Red+Green+Blue) = 173+210+130=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD282 is #522D7D. Grayscale: #BEBEBE. Windows color (decimal): -5385598 or 8573613. OLE color: 8573613.

HSL color Cylindrical-coordinate representation of color #ADD282: hue angle of 87.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD282 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB173210130-
CMYK0.1800.380.18
HSL87.75º47.06%66.67%-
HSV(B)87.75º38.1%82.35%-
XYZ44.3156.5929.71-
YUV189.8294.24116-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=33.72%
G=40.94%
B=25.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101300.1800.380.1887.7547.0666.67
HexADD2821202612582f43
Octal255322202220462213057103
Binary1010110111010010100000101001001001101001010110001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD282; }

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

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

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

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

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

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

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

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