#ACE481

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

Shades of Feijoa #ACE481

Tints of Feijoa #ACE481

Color information

#ACE481 (or 0xACE481) is unknown color: approx Feijoa. HEX triplet: AC, E4 and 81. RGB value is (172,228,129). Sum of RGB (Red+Green+Blue) = 172+228+129=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE481 is #531B7E. Grayscale: #C8C8C8. Windows color (decimal): -5446527 or 8512684. OLE color: 8512684.

HSL color Cylindrical-coordinate representation of color #ACE481: hue angle of 93.94º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE481 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB172228129-
CMYK0.2500.430.11
HSL93.94º64.71%70%-
HSV(B)93.94º43.42%89.41%-
XYZ48.7265.8430.91-
YUV199.9787.95108.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 228 (89.45% from 255) = 43.10%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=32.51%
G=43.10%
B=24.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281290.2500.430.1193.9464.7170
HexACE4811902BB5e4146
Octal2543442013105313136101106
Binary1010110011100100100000011100101010111011101111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE481; }

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

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

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

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

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

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

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

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