#ACF096

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

Shades of Granny Smith Apple #ACF096

Tints of Granny Smith Apple #ACF096

Color information

#ACF096 (or 0xACF096) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F0 and 96. RGB value is (172,240,150). Sum of RGB (Red+Green+Blue) = 172+240+150=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF096 is #530F69. Grayscale: #D1D1D1. Windows color (decimal): -5443434 or 9892012. OLE color: 9892012.

HSL color Cylindrical-coordinate representation of color #ACF096: hue angle of 105.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACF096 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB172240150-
CMYK0.2800.370.06
HSL105.33º75%76.47%-
HSV(B)105.33º37.5%94.12%-
XYZ53.6873.2940.17-
YUV209.4194.47101.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=30.60%
G=42.70%
B=26.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401500.2800.370.06105.337576.47
HexACF0961C0256694b4c
Octal254360226340456151113114
Binary101011001111000010010110111000100101110110100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF096; }

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

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

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

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

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

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

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

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