#ADE57D

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

Shades of Feijoa #ADE57D

Tints of Feijoa #ADE57D

Color information

#ADE57D (or 0xADE57D) is unknown color: approx Feijoa. HEX triplet: AD, E5 and 7D. RGB value is (173,229,125). Sum of RGB (Red+Green+Blue) = 173+229+125=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE57D is #521A82. Grayscale: #C8C8C8. Windows color (decimal): -5380739 or 8250797. OLE color: 8250797.

HSL color Cylindrical-coordinate representation of color #ADE57D: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE57D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB173229125-
CMYK0.2400.450.10
HSL92.31º66.67%69.41%-
HSV(B)92.31º45.41%89.8%-
XYZ48.9566.429.64-
YUV200.485.45108.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 229 (89.84% from 255) = 43.45%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=32.83%
G=43.45%
B=23.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732291250.2400.450.1092.3166.6769.41
HexADE57D1802DA5c4345
Octal2553451753005512134103105
Binary101011011110010111111011100001011011010101110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE57D; }

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

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

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

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

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

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

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

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