#ACE390

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

Shades of Feijoa #ACE390

Tints of Feijoa #ACE390

Color information

#ACE390 (or 0xACE390) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 90. RGB value is (172,227,144). Sum of RGB (Red+Green+Blue) = 172+227+144=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE390 is #531C6F. Grayscale: #C9C9C9. Windows color (decimal): -5446768 or 9495468. OLE color: 9495468.

HSL color Cylindrical-coordinate representation of color #ACE390: hue angle of 99.76º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACE390 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB172227144-
CMYK0.2400.370.11
HSL99.76º59.71%72.75%-
HSV(B)99.76º36.56%89.02%-
XYZ49.5265.7236.46-
YUV201.0995.78107.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=31.68%
G=41.80%
B=26.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271440.2400.370.1199.7659.7172.75
HexACE39018025B643c49
Octal254343220300451314474111
Binary101011001110001110010000110000100101101111001001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE390; }

 p { color: rgb(172,227,144); }

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

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

 a { background-color: rgb(172,227,144); }

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

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

 span { border-color: rgb(172,227,144); }

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