#ADD585

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

Shades of Feijoa #ADD585

Tints of Feijoa #ADD585

Color information

#ADD585 (or 0xADD585) is unknown color: approx Feijoa. HEX triplet: AD, D5 and 85. RGB value is (173,213,133). Sum of RGB (Red+Green+Blue) = 173+213+133=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD585 is #522A7A. Grayscale: #C0C0C0. Windows color (decimal): -5384827 or 8770989. OLE color: 8770989.

HSL color Cylindrical-coordinate representation of color #ADD585: hue angle of 90º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD585 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB173213133-
CMYK0.1900.380.16
HSL90º48.78%67.84%-
HSV(B)90º37.56%83.53%-
XYZ45.2658.1731.03-
YUV191.9294.75114.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=33.33%
G=41.04%
B=25.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131330.1900.380.169048.7867.84
HexADD58513026105a3144
Octal255325205230462013261104
Binary1010110111010101100001011001101001101000010110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD585; }

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

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

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

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

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

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

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

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