#ACDE81

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

Shades of Feijoa #ACDE81

Tints of Feijoa #ACDE81

Color information

#ACDE81 (or 0xACDE81) is unknown color: approx Feijoa. HEX triplet: AC, DE and 81. RGB value is (172,222,129). Sum of RGB (Red+Green+Blue) = 172+222+129=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDE81 is #53217E. Grayscale: #C4C4C4. Windows color (decimal): -5448063 or 8511148. OLE color: 8511148.

HSL color Cylindrical-coordinate representation of color #ACDE81: hue angle of 92.26º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACDE81 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB172222129-
CMYK0.2300.420.13
HSL92.26º58.49%68.82%-
HSV(B)92.26º41.89%87.06%-
XYZ47.162.630.37-
YUV196.4589.94110.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 129 (50.78% from 255) = 24.67%
R=32.89%
G=42.45%
B=24.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221290.2300.420.1392.2658.4968.82
HexACDE811702AD5c3a45
Octal254336201270521513472105
Binary101011001101111010000001101110101010110110111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDE81; }

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

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

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

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

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

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

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

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