#ACE374

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

Shades of Feijoa #ACE374

Tints of Feijoa #ACE374

Color information

#ACE374 (or 0xACE374) is unknown color: approx Feijoa. HEX triplet: AC, E3 and 74. RGB value is (172,227,116). Sum of RGB (Red+Green+Blue) = 172+227+116=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE374 is #531C8B. Grayscale: #C6C6C6. Windows color (decimal): -5446796 or 7660460. OLE color: 7660460.

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

Color convert

RGB172227116-
CMYK0.2400.490.11
HSL89.73º66.47%67.25%-
HSV(B)89.73º48.9%89.02%-
XYZ47.6364.9726.55-
YUV197.981.78109.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=33.40%
G=44.08%
B=22.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271160.2400.490.1189.7366.4767.25
HexACE37418031B5a4243
Octal2543431643006113132102103
Binary101011001110001111101001100001100011011101101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE374; }

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

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

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

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

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

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

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

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