#ADEB90

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

Shades of Feijoa #ADEB90

Tints of Feijoa #ADEB90

Color information

#ADEB90 (or 0xADEB90) is unknown color: approx Feijoa. HEX triplet: AD, EB and 90. RGB value is (173,235,144). Sum of RGB (Red+Green+Blue) = 173+235+144=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB90 is #52146F. Grayscale: #CECECE. Windows color (decimal): -5379184 or 9497517. OLE color: 9497517.

HSL color Cylindrical-coordinate representation of color #ADEB90: hue angle of 100.88º 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 #ADEB90 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB173235144-
CMYK0.2600.390.08
HSL100.88º69.47%74.31%-
HSV(B)100.88º38.72%92.16%-
XYZ51.9870.3137.22-
YUV206.0992.96104.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=31.34%
G=42.57%
B=26.09%

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
Decimal1732351440.2600.390.08100.8869.4774.31
HexADEB901A027865454a
Octal2553532203204710145105112
Binary1010110111101011100100001101001001111000110010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB90; }

 p { color: rgb(173,235,144); }

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

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

 a { background-color: rgb(173,235,144); }

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

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

 span { border-color: rgb(173,235,144); }

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