#ACED96

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

Shades of Granny Smith Apple #ACED96

Tints of Granny Smith Apple #ACED96

Color information

#ACED96 (or 0xACED96) is unknown color: approx Granny Smith Apple. HEX triplet: AC, ED and 96. RGB value is (172,237,150). Sum of RGB (Red+Green+Blue) = 172+237+150=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED96 is #531269. Grayscale: #CFCFCF. Windows color (decimal): -5444202 or 9891244. OLE color: 9891244.

HSL color Cylindrical-coordinate representation of color #ACED96: hue angle of 104.83º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACED96 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB172237150-
CMYK0.2700.370.07
HSL104.83º70.73%75.88%-
HSV(B)104.83º36.71%92.94%-
XYZ52.871.5439.88-
YUV207.6595.47102.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 150 (58.98% from 255) = 26.83%
R=30.77%
G=42.40%
B=26.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371500.2700.370.07104.8370.7375.88
HexACED961B025769474c
Octal254355226330457151107114
Binary101011001110110110010110110110100101111110100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED96; }

 p { color: rgb(172,237,150); }

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

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

 a { background-color: rgb(172,237,150); }

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

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

 span { border-color: rgb(172,237,150); }

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