#ACE495

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

Shades of Granny Smith Apple #ACE495

Tints of Granny Smith Apple #ACE495

Color information

#ACE495 (or 0xACE495) is unknown color: approx Granny Smith Apple. HEX triplet: AC, E4 and 95. RGB value is (172,228,149). Sum of RGB (Red+Green+Blue) = 172+228+149=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE495 is #531B6A. Grayscale: #CACACA. Windows color (decimal): -5446507 or 9823404. OLE color: 9823404.

HSL color Cylindrical-coordinate representation of color #ACE495: hue angle of 102.53º degrees, saturation: 0.59, 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 #ACE495 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB172228149-
CMYK0.2500.350.11
HSL102.53º59.4%73.92%-
HSV(B)102.53º34.65%89.41%-
XYZ50.1866.4338.61-
YUV202.2597.95106.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 228 (89.45% from 255) = 41.53%
BLUE value IS 149 (58.59% from 255) = 27.14%
R=31.33%
G=41.53%
B=27.14%

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
Decimal1722281490.2500.350.11102.5359.473.92
HexACE49519023B673b4a
Octal254344225310431314773112
Binary101011001110010010010101110010100011101111001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE495; }

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

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

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

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

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

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

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

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