#ACF593

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

Shades of Granny Smith Apple #ACF593

Tints of Granny Smith Apple #ACF593

Color information

#ACF593 (or 0xACF593) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F5 and 93. RGB value is (172,245,147). Sum of RGB (Red+Green+Blue) = 172+245+147=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF593 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF593 is #530A6C. Grayscale: #D4D4D4. Windows color (decimal): -5442157 or 9696684. OLE color: 9696684.

HSL color Cylindrical-coordinate representation of color #ACF593: hue angle of 104.69º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACF593 is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB172245147-
CMYK0.3000.40.04
HSL104.69º83.05%76.86%-
HSV(B)104.69º40%96.08%-
XYZ54.9376.1839.41-
YUV21291.3299.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 245 (96.09% from 255) = 43.44%
BLUE value IS 147 (57.81% from 255) = 26.06%
R=30.50%
G=43.44%
B=26.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722451470.3000.40.04104.6983.0576.86
HexACF5931E028469534d
Octal254365223360504151123115
Binary101011001111010110010011111100101000100110100110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF593; }

 p { color: rgb(172,245,147); }

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

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

 a { background-color: rgb(172,245,147); }

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

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

 span { border-color: rgb(172,245,147); }

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