#ACE092

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

Shades of Feijoa #ACE092

Tints of Feijoa #ACE092

Color information

#ACE092 (or 0xACE092) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 92. RGB value is (172,224,146). Sum of RGB (Red+Green+Blue) = 172+224+146=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE092 is #531F6D. Grayscale: #C7C7C7. Windows color (decimal): -5447534 or 9625772. OLE color: 9625772.

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

Color convert

RGB172224146-
CMYK0.2300.350.12
HSL100º55.71%72.55%-
HSV(B)100º34.82%87.84%-
XYZ48.8664.1637-
YUV199.5697.77108.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 224 (87.89% from 255) = 41.33%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=31.73%
G=41.33%
B=26.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241460.2300.350.1210055.7172.55
HexACE09217023C643849
Octal254340222270431414470111
Binary101011001110000010010010101110100011110011001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE092; }

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

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

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

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

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

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

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

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