#ADE48E

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

Shades of Feijoa #ADE48E

Tints of Feijoa #ADE48E

Color information

#ADE48E (or 0xADE48E) is unknown color: approx Feijoa. HEX triplet: AD, E4 and 8E. RGB value is (173,228,142). Sum of RGB (Red+Green+Blue) = 173+228+142=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE48E is #521B71. Grayscale: #CACACA. Windows color (decimal): -5380978 or 9364653. OLE color: 9364653.

HSL color Cylindrical-coordinate representation of color #ADE48E: hue angle of 98.37º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE48E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB173228142-
CMYK0.2400.380.11
HSL98.37º61.43%72.55%-
HSV(B)98.37º37.72%89.41%-
XYZ49.8666.3235.77-
YUV201.7594.28107.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 228 (89.45% from 255) = 41.99%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=31.86%
G=41.99%
B=26.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732281420.2400.380.1198.3761.4372.55
HexADE48E18026B623d49
Octal255344216300461314275111
Binary101011011110010010001110110000100110101111000101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE48E; }

 p { color: rgb(173,228,142); }

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

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

 a { background-color: rgb(173,228,142); }

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

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

 span { border-color: rgb(173,228,142); }

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