#ACE082

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

Shades of Feijoa #ACE082

Tints of Feijoa #ACE082

Color information

#ACE082 (or 0xACE082) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 82. RGB value is (172,224,130). Sum of RGB (Red+Green+Blue) = 172+224+130=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE082 is #531F7D. Grayscale: #C6C6C6. Windows color (decimal): -5447550 or 8577196. OLE color: 8577196.

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

Color convert

RGB172224130-
CMYK0.2300.420.12
HSL93.19º60.26%69.41%-
HSV(B)93.19º41.96%87.84%-
XYZ47.763.6930.9-
YUV197.7489.77109.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 224 (87.89% from 255) = 42.59%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=32.70%
G=42.59%
B=24.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241300.2300.420.1293.1960.2669.41
HexACE0821702AC5d3c45
Octal254340202270521413574105
Binary101011001110000010000010101110101010110010111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE082; }

 p { color: rgb(172,224,130); }

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

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

 a { background-color: rgb(172,224,130); }

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

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

 span { border-color: rgb(172,224,130); }

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