#ACE674

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

Shades of Feijoa #ACE674

Tints of Feijoa #ACE674

Color information

#ACE674 (or 0xACE674) is unknown color: approx Feijoa. HEX triplet: AC, E6 and 74. RGB value is (172,230,116). Sum of RGB (Red+Green+Blue) = 172+230+116=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE674 is #53198B. Grayscale: #C8C8C8. Windows color (decimal): -5446028 or 7661228. OLE color: 7661228.

HSL color Cylindrical-coordinate representation of color #ACE674: hue angle of 90.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACE674 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB172230116-
CMYK0.2500.500.10
HSL90.53º69.51%67.84%-
HSV(B)90.53º49.57%90.2%-
XYZ48.4666.6326.83-
YUV199.6680.78108.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 230 (90.23% from 255) = 44.40%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=33.20%
G=44.40%
B=22.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301160.2500.500.1090.5369.5167.84
HexACE67419032A5b4644
Octal2543461643106212133106104
Binary101011001110011011101001100101100101010101101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE674; }

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

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

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

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

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

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

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

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