#ADD485

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

Shades of Feijoa #ADD485

Tints of Feijoa #ADD485

Color information

#ADD485 (or 0xADD485) is unknown color: approx Feijoa. HEX triplet: AD, D4 and 85. RGB value is (173,212,133). Sum of RGB (Red+Green+Blue) = 173+212+133=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD485 is #522B7A. Grayscale: #BFBFBF. Windows color (decimal): -5385083 or 8770733. OLE color: 8770733.

HSL color Cylindrical-coordinate representation of color #ADD485: hue angle of 89.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADD485 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB173212133-
CMYK0.1800.370.17
HSL89.62º47.88%67.65%-
HSV(B)89.62º37.26%83.14%-
XYZ45.0157.6630.95-
YUV191.3395.08114.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 212 (83.20% from 255) = 40.93%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=33.40%
G=40.93%
B=25.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732121330.1800.370.1789.6247.8867.65
HexADD48512025115a3044
Octal255324205220452113260104
Binary1010110111010100100001011001001001011000110110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD485; }

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

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

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

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

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

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

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

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