#ADEB7D

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

Shades of Feijoa #ADEB7D

Tints of Feijoa #ADEB7D

Color information

#ADEB7D (or 0xADEB7D) is unknown color: approx Feijoa. HEX triplet: AD, EB and 7D. RGB value is (173,235,125). Sum of RGB (Red+Green+Blue) = 173+235+125=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB7D is #521482. Grayscale: #CCCCCC. Windows color (decimal): -5379203 or 8252333. OLE color: 8252333.

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

Color convert

RGB173235125-
CMYK0.2600.470.08
HSL93.82º73.33%70.59%-
HSV(B)93.82º46.81%92.16%-
XYZ50.6469.7830.2-
YUV203.9283.46105.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 235 (92.19% from 255) = 44.09%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=32.46%
G=44.09%
B=23.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732351250.2600.470.0893.8273.3370.59
HexADEB7D1A02F85e4947
Octal2553531753205710136111107
Binary101011011110101111111011101001011111000101111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB7D; }

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

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

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

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

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

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

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

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