#ACF08D

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

Shades of Granny Smith Apple #ACF08D

Tints of Granny Smith Apple #ACF08D

Color information

#ACF08D (or 0xACF08D) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F0 and 8D. RGB value is (172,240,141). Sum of RGB (Red+Green+Blue) = 172+240+141=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF08D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF08D is #530F72. Grayscale: #D0D0D0. Windows color (decimal): -5443443 or 9302188. OLE color: 9302188.

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

Color convert

RGB172240141-
CMYK0.2800.410.06
HSL101.21º76.74%74.71%-
HSV(B)101.21º41.25%94.12%-
XYZ52.9873.0136.5-
YUV208.3889.97102.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 141 (55.47% from 255) = 25.50%
R=31.10%
G=43.40%
B=25.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401410.2800.410.06101.2176.7474.71
HexACF08D1C0296654d4b
Octal254360215340516145115113
Binary101011001111000010001101111000101001110110010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF08D; }

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

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

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

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

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

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

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

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