#ADD085

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

Shades of Feijoa #ADD085

Tints of Feijoa #ADD085

Color information

#ADD085 (or 0xADD085) is unknown color: approx Feijoa. HEX triplet: AD, D0 and 85. RGB value is (173,208,133). Sum of RGB (Red+Green+Blue) = 173+208+133=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD085 is #522F7A. Grayscale: #BDBDBD. Windows color (decimal): -5386107 or 8769709. OLE color: 8769709.

HSL color Cylindrical-coordinate representation of color #ADD085: hue angle of 88º degrees, saturation: 0.44, 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 #ADD085 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB173208133-
CMYK0.1700.360.18
HSL88º44.38%66.86%-
HSV(B)88º36.06%81.57%-
XYZ44.0255.6930.62-
YUV188.9896.4116.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=33.66%
G=40.47%
B=25.88%

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
Decimal1732081330.1700.360.188844.3866.86
HexADD0851102412582c43
Octal255320205210442213054103
Binary1010110111010000100001011000101001001001010110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD085; }

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

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

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

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

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

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

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

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