#ADF116

Color #ADF116 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #ADF116

Tints of Inch Worm #ADF116

Color information

#ADF116 (or 0xADF116) is unknown color: approx Inch Worm. HEX triplet: AD, F1 and 16. RGB value is (173,241,22). Sum of RGB (Red+Green+Blue) = 173+241+22=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF116 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF116 is #520EE9. Grayscale: #C4C4C4. Windows color (decimal): -5377770 or 1503661. OLE color: 1503661.

HSL color Cylindrical-coordinate representation of color #ADF116: hue angle of 78.63º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADF116 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB17324122-
CMYK0.2800.910.05
HSL78.63º88.66%51.57%-
HSV(B)78.63º90.87%94.51%-
XYZ48.8371.8512.05-
YUV195.729.97111.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.68%
GREEN value IS 241 (94.53% from 255) = 55.28%
BLUE value IS 22 (8.98% from 255) = 5.05%
R=39.68%
G=55.28%
B=5.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal173241220.2800.910.0578.6388.6651.57
HexADF1161C05B54f5934
Octal25536126340133511713164
Binary101011011111000110110111000101101110110011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF116; }

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

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

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

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

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

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

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

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