#ACE695

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

Shades of Granny Smith Apple #ACE695

Tints of Granny Smith Apple #ACE695

Color information

#ACE695 (or 0xACE695) is unknown color: approx Granny Smith Apple. HEX triplet: AC, E6 and 95. RGB value is (172,230,149). Sum of RGB (Red+Green+Blue) = 172+230+149=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE695 is #53196A. Grayscale: #CBCBCB. Windows color (decimal): -5445995 or 9823916. OLE color: 9823916.

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

Color convert

RGB172230149-
CMYK0.2500.350.10
HSL102.96º61.83%74.31%-
HSV(B)102.96º35.22%90.2%-
XYZ50.7367.5338.8-
YUV203.4297.28105.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 230 (90.23% from 255) = 41.74%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=31.22%
G=41.74%
B=27.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722301490.2500.350.10102.9661.8374.31
HexACE69519023A673e4a
Octal254346225310431214776112
Binary101011001110011010010101110010100011101011001111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE695; }

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

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

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

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

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

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

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

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