#ADD182

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

Shades of Feijoa #ADD182

Tints of Feijoa #ADD182

Color information

#ADD182 (or 0xADD182) is unknown color: approx Feijoa. HEX triplet: AD, D1 and 82. RGB value is (173,209,130). Sum of RGB (Red+Green+Blue) = 173+209+130=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD182 is #522E7D. Grayscale: #BDBDBD. Windows color (decimal): -5385854 or 8573357. OLE color: 8573357.

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

Color convert

RGB173209130-
CMYK0.1700.380.18
HSL87.34º46.2%66.47%-
HSV(B)87.34º37.8%81.96%-
XYZ44.0656.129.62-
YUV189.2394.57116.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=33.79%
G=40.82%
B=25.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091300.1700.380.1887.3446.266.47
HexADD1821102612572e42
Octal255321202210462212756102
Binary1010110111010001100000101000101001101001010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD182; }

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

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

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

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

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

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

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

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