#ADEB8D

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

Shades of Feijoa #ADEB8D

Tints of Feijoa #ADEB8D

Color information

#ADEB8D (or 0xADEB8D) is unknown color: approx Feijoa. HEX triplet: AD, EB and 8D. RGB value is (173,235,141). Sum of RGB (Red+Green+Blue) = 173+235+141=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEB8D is #521472. Grayscale: #CECECE. Windows color (decimal): -5379187 or 9300909. OLE color: 9300909.

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

Color convert

RGB173235141-
CMYK0.2600.40.08
HSL99.57º70.15%73.73%-
HSV(B)99.57º40%92.16%-
XYZ51.7570.2236.03-
YUV205.7591.46104.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 235 (92.19% from 255) = 42.81%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=31.51%
G=42.81%
B=25.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351410.2600.40.0899.5770.1573.73
HexADEB8D1A028864464a
Octal2553532153205010144106112
Binary1010110111101011100011011101001010001000110010010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB8D; }

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

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

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

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

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

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

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

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