#ADD185

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

Shades of Feijoa #ADD185

Tints of Feijoa #ADD185

Color information

#ADD185 (or 0xADD185) is unknown color: approx Feijoa. HEX triplet: AD, D1 and 85. RGB value is (173,209,133). Sum of RGB (Red+Green+Blue) = 173+209+133=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD185 is #522E7A. Grayscale: #BDBDBD. Windows color (decimal): -5385851 or 8769965. OLE color: 8769965.

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

Color convert

RGB173209133-
CMYK0.1700.360.18
HSL88.42º45.24%67.06%-
HSV(B)88.42º36.36%81.96%-
XYZ44.2756.1830.7-
YUV189.5796.07116.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 133 (52.34% from 255) = 25.83%
R=33.59%
G=40.58%
B=25.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732091330.1700.360.1888.4245.2467.06
HexADD1851102412582d43
Octal255321205210442213055103
Binary1010110111010001100001011000101001001001010110001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD185; }

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

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

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

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

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

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

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

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