#ADDD0D

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

Shades of Inch Worm #ADDD0D

Tints of Inch Worm #ADDD0D

Color information

#ADDD0D (or 0xADDD0D) is unknown color: approx Inch Worm. HEX triplet: AD, DD and 0D. RGB value is (173,221,13). Sum of RGB (Red+Green+Blue) = 173+221+13=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD0D is #5222F2. Grayscale: #B7B7B7. Windows color (decimal): -5382899 or 908717. OLE color: 908717.

HSL color Cylindrical-coordinate representation of color #ADDD0D: hue angle of 73.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADDD0D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB17322113-
CMYK0.2200.940.13
HSL73.85º88.89%45.88%-
HSV(B)73.85º94.12%86.67%-
XYZ43.1660.639.81-
YUV182.9432.1120.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 221 (86.72% from 255) = 54.30%
BLUE value IS 13 (5.47% from 255) = 3.19%
R=42.51%
G=54.30%
B=3.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal173221130.2200.940.1373.8588.8945.88
HexADDDD1605ED4a592e
Octal255335152601361511213156
Binary101011011101110111011011001011110110110010101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD0D; }

 p { color: rgb(173,221,13); }

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

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

 a { background-color: rgb(173,221,13); }

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

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

 span { border-color: rgb(173,221,13); }

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