#ACE37D

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

Shades of Feijoa #ACE37D

Tints of Feijoa #ACE37D

Color information

#ACE37D (or 0xACE37D) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 7D. RGB value is (172,227,125). Sum of RGB (Red+Green+Blue) = 172+227+125=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE37D is #531C82. Grayscale: #C7C7C7. Windows color (decimal): -5446787 or 8250284. OLE color: 8250284.

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

Color convert

RGB172227125-
CMYK0.2400.450.11
HSL92.35º64.56%69.02%-
HSV(B)92.35º44.93%89.02%-
XYZ48.1865.1929.45-
YUV198.9386.28108.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 125 (49.22% from 255) = 23.85%
R=32.82%
G=43.32%
B=23.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271250.2400.450.1192.3564.5669.02
HexACE37D1802DB5c4145
Octal2543431753005513134101105
Binary101011001110001111111011100001011011011101110010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE37D; }

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

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

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

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

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

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

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

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