#ADEA8E

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

Shades of Feijoa #ADEA8E

Tints of Feijoa #ADEA8E

Color information

#ADEA8E (or 0xADEA8E) is unknown color: approx Feijoa. HEX triplet: AD, EA and 8E. RGB value is (173,234,142). Sum of RGB (Red+Green+Blue) = 173+234+142=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEA8E is #521571. Grayscale: #CDCDCD. Windows color (decimal): -5379442 or 9366189. OLE color: 9366189.

HSL color Cylindrical-coordinate representation of color #ADEA8E: hue angle of 99.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADEA8E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB173234142-
CMYK0.2600.390.08
HSL99.78º68.66%73.73%-
HSV(B)99.78º39.32%91.76%-
XYZ51.5469.6836.32-
YUV205.2792.29104.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 234 (91.80% from 255) = 42.62%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=31.51%
G=42.62%
B=25.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732341420.2600.390.0899.7868.6673.73
HexADEA8E1A027864454a
Octal2553522163204710144105112
Binary1010110111101010100011101101001001111000110010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEA8E; }

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

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

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

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

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

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

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

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