#ACDE70

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

Shades of Feijoa #ACDE70

Tints of Feijoa #ACDE70

Color information

#ACDE70 (or 0xACDE70) is unknown color: approx Feijoa. HEX triplet: AC, DE and 70. RGB value is (172,222,112). Sum of RGB (Red+Green+Blue) = 172+222+112=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDE70 is #53218F. Grayscale: #C2C2C2. Windows color (decimal): -5448080 or 7397036. OLE color: 7397036.

HSL color Cylindrical-coordinate representation of color #ACDE70: hue angle of 87.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACDE70 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB172222112-
CMYK0.2300.500.13
HSL87.27º62.5%65.49%-
HSV(B)87.27º49.55%87.06%-
XYZ46.0662.1824.9-
YUV194.5181.44111.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=33.99%
G=43.87%
B=22.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221120.2300.500.1387.2762.565.49
HexACDE7017032D573e41
Octal254336160270621512776101
Binary10101100110111101110000101110110010110110101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE70; }

 p { color: rgb(172,222,112); }

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

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

 a { background-color: rgb(172,222,112); }

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

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

 span { border-color: rgb(172,222,112); }

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