#ACED8F

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

Shades of Granny Smith Apple #ACED8F

Tints of Granny Smith Apple #ACED8F

Color information

#ACED8F (or 0xACED8F) is unknown color: approx Granny Smith Apple. HEX triplet: AC, ED and 8F. RGB value is (172,237,143). Sum of RGB (Red+Green+Blue) = 172+237+143=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED8F is #531270. Grayscale: #CFCFCF. Windows color (decimal): -5444209 or 9432492. OLE color: 9432492.

HSL color Cylindrical-coordinate representation of color #ACED8F: hue angle of 101.49º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACED8F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB172237143-
CMYK0.2700.400.07
HSL101.49º72.31%74.51%-
HSV(B)101.49º39.66%92.94%-
XYZ52.2671.3237-
YUV206.8591.97103.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=31.16%
G=42.93%
B=25.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371430.2700.400.07101.4972.3174.51
HexACED8F1B028765484b
Octal254355217330507145110113
Binary101011001110110110001111110110101000111110010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED8F; }

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

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

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

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

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

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

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

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