#ACF48D

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

Shades of Granny Smith Apple #ACF48D

Tints of Granny Smith Apple #ACF48D

Color information

#ACF48D (or 0xACF48D) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F4 and 8D. RGB value is (172,244,141). Sum of RGB (Red+Green+Blue) = 172+244+141=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 244 (95.70% from 255 or 43.81% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF48D is #530B72. Grayscale: #D3D3D3. Windows color (decimal): -5442419 or 9303212. OLE color: 9303212.

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

Color convert

RGB172244141-
CMYK0.3000.420.04
HSL101.94º82.4%75.49%-
HSV(B)101.94º42.21%95.69%-
XYZ54.1775.436.9-
YUV210.7388.65100.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 244 (95.70% from 255) = 43.81%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=30.88%
G=43.81%
B=25.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441410.3000.420.04101.9482.475.49
HexACF48D1E02A466524b
Octal254364215360524146122113
Binary101011001111010010001101111100101010100110011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF48D; }

 p { color: rgb(172,244,141); }

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

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

 a { background-color: rgb(172,244,141); }

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

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

 span { border-color: rgb(172,244,141); }

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