#ADE16E

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

Shades of Feijoa #ADE16E

Tints of Feijoa #ADE16E

Color information

#ADE16E (or 0xADE16E) is unknown color: approx Feijoa. HEX triplet: AD, E1 and 6E. RGB value is (173,225,110). Sum of RGB (Red+Green+Blue) = 173+225+110=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE16E is #521E91. Grayscale: #C4C4C4. Windows color (decimal): -5381778 or 7266733. OLE color: 7266733.

HSL color Cylindrical-coordinate representation of color #ADE16E: hue angle of 87.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADE16E is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB173225110-
CMYK0.2300.510.12
HSL87.13º65.71%65.69%-
HSV(B)87.13º51.11%88.24%-
XYZ46.9763.8624.6-
YUV196.3479.27111.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 225 (88.28% from 255) = 44.29%
BLUE value IS 110 (43.36% from 255) = 21.65%
R=34.06%
G=44.29%
B=21.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732251100.2300.510.1287.1365.7165.69
HexADE16E17033C574242
Octal2553411562706314127102102
Binary101011011110000111011101011101100111100101011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE16E; }

 p { color: rgb(173,225,110); }

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

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

 a { background-color: rgb(173,225,110); }

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

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

 span { border-color: rgb(173,225,110); }

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