#ACF18D

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

Shades of Granny Smith Apple #ACF18D

Tints of Granny Smith Apple #ACF18D

Color information

#ACF18D (or 0xACF18D) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F1 and 8D. RGB value is (172,241,141). Sum of RGB (Red+Green+Blue) = 172+241+141=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18D is #530E72. Grayscale: #D1D1D1. Windows color (decimal): -5443187 or 9302444. OLE color: 9302444.

HSL color Cylindrical-coordinate representation of color #ACF18D: hue angle of 101.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACF18D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB172241141-
CMYK0.2900.410.05
HSL101.4º78.12%74.9%-
HSV(B)101.4º41.49%94.51%-
XYZ53.2873.636.6-
YUV208.9789.64101.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 141 (55.47% from 255) = 25.45%
R=31.05%
G=43.50%
B=25.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411410.2900.410.05101.478.1274.9
HexACF18D1D0295654e4b
Octal254361215350515145116113
Binary101011001111000110001101111010101001101110010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF18D; }

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

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

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

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

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

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

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

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