#ACE093

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

Shades of Feijoa #ACE093

Tints of Feijoa #ACE093

Color information

#ACE093 (or 0xACE093) is unknown color: approx Feijoa. HEX triplet: AC, E0 and 93. RGB value is (172,224,147). Sum of RGB (Red+Green+Blue) = 172+224+147=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE093 is #531F6C. Grayscale: #C7C7C7. Windows color (decimal): -5447533 or 9691308. OLE color: 9691308.

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

Color convert

RGB172224147-
CMYK0.2300.340.12
HSL100.52º55.4%72.75%-
HSV(B)100.52º34.38%87.84%-
XYZ48.9464.1937.41-
YUV199.6798.27108.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 224 (87.89% from 255) = 41.25%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=31.68%
G=41.25%
B=27.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241470.2300.340.12100.5255.472.75
HexACE09317022C653749
Octal254340223270421414567111
Binary101011001110000010010011101110100010110011001011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE093; }

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

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

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

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

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

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

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

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