#ACED95

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

Shades of Granny Smith Apple #ACED95

Tints of Granny Smith Apple #ACED95

Color information

#ACED95 (or 0xACED95) is unknown color: approx Granny Smith Apple. HEX triplet: AC, ED and 95. RGB value is (172,237,149). Sum of RGB (Red+Green+Blue) = 172+237+149=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED95 is #53126A. Grayscale: #CFCFCF. Windows color (decimal): -5444203 or 9825708. OLE color: 9825708.

HSL color Cylindrical-coordinate representation of color #ACED95: hue angle of 104.32º 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 #ACED95 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB172237149-
CMYK0.2700.370.07
HSL104.32º70.97%75.69%-
HSV(B)104.32º37.13%92.94%-
XYZ52.7271.5139.46-
YUV207.5394.97102.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=30.82%
G=42.47%
B=26.70%

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
Decimal1722371490.2700.370.07104.3270.9775.69
HexACED951B025768474c
Octal254355225330457150107114
Binary101011001110110110010101110110100101111110100010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED95; }

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

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

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

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

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

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

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

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