Html Css Color HEX #ADDC0D Inch Worm

📋 copy color: '#ADDC0D'

red 173 ◦ green 220 ◦ blue 13

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

Shades of Inch Worm #ADDC0D

Tints of Inch Worm #ADDC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.19%

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

R = 42.61%
G = 54.19%
B = 3.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#ADDC0D (or 0xADDC0D) is known color: Inch Worm. HEX triplet: AD, DC and 0D. RGB value is (173,220,13). Sum of RGB (Red+Green+Blue) = 173+220+13=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC0D is #5223F2. Grayscale: #B7B7B7. Windows color (decimal): -5383155 or 908461. OLE color: 908461.

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

Color convert

RGB 173 220 13 -
CMYK 0.21 0 0.94 0.14
HSL 73.62º 0.89% 0.46% -
HSV(B) 73.62º 0.94% 0.86% -
XYZ 42.9 60.1 9.72 -
YUV 182.35 32.43 121.33 -
System Red Green Blue C M Y K H S L
Decimal 173 220 13 0.21 0 0.94 0.14 73.62 0.89 0.46
Hex AD DC D 15 0 5E E 4A 59 2E
Octal 255 334 15 25 0 136 16 112 131 56
Binary 10101101 11011100 1101 10101 0 1011110 1110 1001010 1011001 101110

Color Harmonies of #ADDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC0D

Black with #ADDC0D

Text Example


Text Example

White with #ADDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC0D; }

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

 H1.HeaderClassName
 {
   color: #ADDC0D;
 }
 .AnyTagClassName
 {
   color: #ADDC0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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