#ADF18E

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

Shades of Granny Smith Apple #ADF18E

Tints of Granny Smith Apple #ADF18E

Color information

#ADF18E (or 0xADF18E) is unknown color: approx Granny Smith Apple. HEX triplet: AD, F1 and 8E. RGB value is (173,241,142). Sum of RGB (Red+Green+Blue) = 173+241+142=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF18E is #520E71. Grayscale: #D1D1D1. Windows color (decimal): -5377650 or 9367981. OLE color: 9367981.

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

Color convert

RGB173241142-
CMYK0.2800.410.05
HSL101.21º77.95%75.1%-
HSV(B)101.21º41.08%94.51%-
XYZ53.5773.7537-
YUV209.3889.97102.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 142 (55.86% from 255) = 25.54%
R=31.12%
G=43.35%
B=25.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411420.2800.410.05101.2177.9575.1
HexADF18E1C0295654e4b
Octal255361216340515145116113
Binary101011011111000110001110111000101001101110010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF18E; }

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

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

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

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

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

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

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

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