#ACF18E

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

Shades of Granny Smith Apple #ACF18E

Tints of Granny Smith Apple #ACF18E

Color information

#ACF18E (or 0xACF18E) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F1 and 8E. RGB value is (172,241,142). Sum of RGB (Red+Green+Blue) = 172+241+142=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 142 (55.86% from 255 or 25.59% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF18E is #530E71. Grayscale: #D1D1D1. Windows color (decimal): -5443186 or 9367980. OLE color: 9367980.

HSL color Cylindrical-coordinate representation of color #ACF18E: hue angle of 101.82º 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 #ACF18E is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB172241142-
CMYK0.2900.410.05
HSL101.82º77.95%75.1%-
HSV(B)101.82º41.08%94.51%-
XYZ53.3573.6336.99-
YUV209.0890.14101.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 142 (55.86% from 255) = 25.59%
R=30.99%
G=43.42%
B=25.59%

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
Decimal1722411420.2900.410.05101.8277.9575.1
HexACF18E1D0295664e4b
Octal254361216350515146116113
Binary101011001111000110001110111010101001101110011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF18E; }

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

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

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

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

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

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

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

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