#ADEB71

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

Shades of Feijoa #ADEB71

Tints of Feijoa #ADEB71

Color information

#ADEB71 (or 0xADEB71) is unknown color: approx Feijoa. HEX triplet: AD, EB and 71. RGB value is (173,235,113). Sum of RGB (Red+Green+Blue) = 173+235+113=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB71 is #52148E. Grayscale: #CACACA. Windows color (decimal): -5379215 or 7465901. OLE color: 7465901.

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

Color convert

RGB173235113-
CMYK0.2600.520.08
HSL90.49º75.31%68.24%-
HSV(B)90.49º51.91%92.16%-
XYZ49.9269.4926.41-
YUV202.5577.46106.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 235 (92.19% from 255) = 45.11%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=33.21%
G=45.11%
B=21.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351130.2600.520.0890.4975.3168.24
HexADEB711A03485a4b44
Octal2553531613206410132113104
Binary101011011110101111100011101001101001000101101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB71; }

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

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

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

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

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

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

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

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