#ADEB70

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

Shades of Feijoa #ADEB70

Tints of Feijoa #ADEB70

Color information

#ADEB70 (or 0xADEB70) is unknown color: approx Feijoa. HEX triplet: AD, EB and 70. RGB value is (173,235,112). Sum of RGB (Red+Green+Blue) = 173+235+112=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB70 is #52148F. Grayscale: #CACACA. Windows color (decimal): -5379216 or 7400365. OLE color: 7400365.

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

Color convert

RGB173235112-
CMYK0.2600.520.08
HSL90.24º75.46%68.04%-
HSV(B)90.24º52.34%92.16%-
XYZ49.8769.4726.11-
YUV202.4476.96107-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 235 (92.19% from 255) = 45.19%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=33.27%
G=45.19%
B=21.54%

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
Decimal1732351120.2600.520.0890.2475.4668.04
HexADEB701A03485a4b44
Octal2553531603206410132113104
Binary101011011110101111100001101001101001000101101010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB70; }

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

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

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

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

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

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

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

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