#ADE986

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

Shades of Feijoa #ADE986

Tints of Feijoa #ADE986

Color information

#ADE986 (or 0xADE986) is unknown color: approx Feijoa. HEX triplet: AD, E9 and 86. RGB value is (173,233,134). Sum of RGB (Red+Green+Blue) = 173+233+134=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE986 is #521679. Grayscale: #CCCCCC. Windows color (decimal): -5379706 or 8841645. OLE color: 8841645.

HSL color Cylindrical-coordinate representation of color #ADE986: hue angle of 96.36º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE986 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB173233134-
CMYK0.2600.420.09
HSL96.36º69.23%71.96%-
HSV(B)96.36º42.49%91.37%-
XYZ50.6868.8833.18-
YUV203.7788.62106.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=32.04%
G=43.15%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732331340.2600.420.0996.3669.2371.96
HexADE9861A02A9604548
Octal2553512063205211140105110
Binary1010110111101001100001101101001010101001110000010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE986; }

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

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

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

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

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

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

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

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