#ACEB94

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

Shades of Granny Smith Apple #ACEB94

Tints of Granny Smith Apple #ACEB94

Color information

#ACEB94 (or 0xACEB94) is unknown color: approx Granny Smith Apple. HEX triplet: AC, EB and 94. RGB value is (172,235,148). Sum of RGB (Red+Green+Blue) = 172+235+148=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEB94 is #53146B. Grayscale: #CECECE. Windows color (decimal): -5444716 or 9759660. OLE color: 9759660.

HSL color Cylindrical-coordinate representation of color #ACEB94: hue angle of 103.45º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACEB94 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB172235148-
CMYK0.2700.370.08
HSL103.45º68.5%75.1%-
HSV(B)103.45º37.02%92.16%-
XYZ52.0770.3338.85-
YUV206.2495.13103.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=30.99%
G=42.34%
B=26.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351480.2700.370.08103.4568.575.1
HexACEB941B025867454b
Octal2543532243304510147105113
Binary1010110011101011100101001101101001011000110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEB94; }

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

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

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

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

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

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

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

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