#ADF38D

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

Shades of Granny Smith Apple #ADF38D

Tints of Granny Smith Apple #ADF38D

Color information

#ADF38D (or 0xADF38D) is unknown color: approx Granny Smith Apple. HEX triplet: AD, F3 and 8D. RGB value is (173,243,141). Sum of RGB (Red+Green+Blue) = 173+243+141=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF38D is #520C72. Grayscale: #D2D2D2. Windows color (decimal): -5377139 or 9302957. OLE color: 9302957.

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

Color convert

RGB173243141-
CMYK0.2900.420.05
HSL101.18º80.95%75.29%-
HSV(B)101.18º41.98%95.29%-
XYZ54.0974.9136.81-
YUV210.4488.81101.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=31.06%
G=43.63%
B=25.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732431410.2900.420.05101.1880.9575.29
HexADF38D1D02A565514b
Octal255363215350525145121113
Binary101011011111001110001101111010101010101110010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF38D; }

 p { color: rgb(173,243,141); }

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

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

 a { background-color: rgb(173,243,141); }

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

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

 span { border-color: rgb(173,243,141); }

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