#ADD686

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

Shades of Feijoa #ADD686

Tints of Feijoa #ADD686

Color information

#ADD686 (or 0xADD686) is unknown color: approx Feijoa. HEX triplet: AD, D6 and 86. RGB value is (173,214,134). Sum of RGB (Red+Green+Blue) = 173+214+134=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD686 is #522979. Grayscale: #C0C0C0. Windows color (decimal): -5384570 or 8836781. OLE color: 8836781.

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

Color convert

RGB173214134-
CMYK0.1900.370.16
HSL90.75º49.38%68.24%-
HSV(B)90.75º37.38%83.92%-
XYZ45.5858.731.48-
YUV192.6294.92114-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 134 (52.73% from 255) = 25.72%
R=33.21%
G=41.07%
B=25.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141340.1900.370.1690.7549.3868.24
HexADD68613025105b3144
Octal255326206230452013361104
Binary1010110111010110100001101001101001011000010110111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD686; }

 p { color: rgb(173,214,134); }

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

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

 a { background-color: rgb(173,214,134); }

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

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

 span { border-color: rgb(173,214,134); }

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