#ACF68D

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

Shades of Granny Smith Apple #ACF68D

Tints of Granny Smith Apple #ACF68D

Color information

#ACF68D (or 0xACF68D) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F6 and 8D. RGB value is (172,246,141). Sum of RGB (Red+Green+Blue) = 172+246+141=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF68D is #530972. Grayscale: #D4D4D4. Windows color (decimal): -5441907 or 9303724. OLE color: 9303724.

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

Color convert

RGB172246141-
CMYK0.3000.430.04
HSL102.29º85.37%75.88%-
HSV(B)102.29º42.68%96.47%-
XYZ54.7876.6137.1-
YUV211.987.9899.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 246 (96.48% from 255) = 44.01%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=30.77%
G=44.01%
B=25.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461410.3000.430.04102.2985.3775.88
HexACF68D1E02B466554c
Octal254366215360534146125114
Binary101011001111011010001101111100101011100110011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF68D; }

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

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

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

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

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

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

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

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