#ADE07C

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

Shades of Feijoa #ADE07C

Tints of Feijoa #ADE07C

Color information

#ADE07C (or 0xADE07C) is unknown color: approx Feijoa. HEX triplet: AD, E0 and 7C. RGB value is (173,224,124). Sum of RGB (Red+Green+Blue) = 173+224+124=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE07C is #521F83. Grayscale: #C5C5C5. Windows color (decimal): -5382020 or 8183981. OLE color: 8183981.

HSL color Cylindrical-coordinate representation of color #ADE07C: hue angle of 90.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE07C is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB173224124-
CMYK0.2300.450.12
HSL90.6º61.73%68.24%-
HSV(B)90.6º44.64%87.84%-
XYZ47.5363.6528.85-
YUV197.3586.6110.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 224 (87.89% from 255) = 42.99%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=33.21%
G=42.99%
B=23.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732241240.2300.450.1290.661.7368.24
HexADE07C1702DC5b3e44
Octal255340174270551413376104
Binary10101101111000001111100101110101101110010110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE07C; }

 p { color: rgb(173,224,124); }

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

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

 a { background-color: rgb(173,224,124); }

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

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

 span { border-color: rgb(173,224,124); }

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