Html Css Color HEX #ADDD0D Inch Worm

📋 copy color: '#ADDD0D'

red 173 ◦ green 221 ◦ blue 13

#ADDD0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ADDD0D

Tints of Inch Worm #ADDD0D

RGB

 RED value IS 173 (67.97% from 255) = 42.51%

 GREEN value IS 221 (86.72% from 255) = 54.3%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 42.51%
G = 54.3%
B = 3.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#ADDD0D (or 0xADDD0D) is known color: 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

RGB 173 221 13 -
CMYK 0.22 0 0.94 0.13
HSL 73.85º 0.89% 0.46% -
HSV(B) 73.85º 0.94% 0.87% -
XYZ 43.16 60.63 9.81 -
YUV 182.94 32.1 120.91 -
System Red Green Blue C M Y K H S L
Decimal 173 221 13 0.22 0 0.94 0.13 73.85 0.89 0.46
Hex AD DD D 16 0 5E D 4A 59 2E
Octal 255 335 15 26 0 136 15 112 131 56
Binary 10101101 11011101 1101 10110 0 1011110 1101 1001010 1011001 101110

Color Harmonies of #ADDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD0D

Black with #ADDD0D

Text Example


Text Example

White with #ADDD0D

Text Example


Text Example

HTML Codes & Css Web 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>