#ACE494

Color #ACE494 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #ACE494

Tints of Granny Smith Apple #ACE494

Color information

#ACE494 (or 0xACE494) is unknown color: approx Granny Smith Apple. HEX triplet: AC, E4 and 94. RGB value is (172,228,148). Sum of RGB (Red+Green+Blue) = 172+228+148=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE494 is #531B6B. Grayscale: #CACACA. Windows color (decimal): -5446508 or 9757868. OLE color: 9757868.

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

Color convert

RGB172228148-
CMYK0.2500.350.11
HSL102º59.7%73.73%-
HSV(B)102º35.09%89.41%-
XYZ50.166.438.19-
YUV202.1497.45106.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 228 (89.45% from 255) = 41.61%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=31.39%
G=41.61%
B=27.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281480.2500.350.1110259.773.73
HexACE49419023B663c4a
Octal254344224310431314674112
Binary101011001110010010010100110010100011101111001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE494; }

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

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

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

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

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

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

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

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