Html Css Color HEX #ADDC0E Inch Worm

📋 copy color: '#ADDC0E'

red 173 ◦ green 220 ◦ blue 14

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

Shades of Inch Worm #ADDC0E

Tints of Inch Worm #ADDC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 42.51%
G = 54.05%
B = 3.44%

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

#ADDC0E (or 0xADDC0E) is known color: Inch Worm. HEX triplet: AD, DC and 0E. RGB value is (173,220,14). Sum of RGB (Red+Green+Blue) = 173+220+14=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC0E is #5223F1. Grayscale: #B7B7B7. Windows color (decimal): -5383154 or 973997. OLE color: 973997.

HSL color Cylindrical-coordinate representation of color #ADDC0E: hue angle of 73.69º degrees, saturation: 0.88, 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 #ADDC0E is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 14 -
CMYK 0.21 0 0.94 0.14
HSL 73.69º 0.88% 0.46% -
HSV(B) 73.69º 0.94% 0.86% -
XYZ 42.91 60.1 9.75 -
YUV 182.46 32.93 121.25 -
System Red Green Blue C M Y K H S L
Decimal 173 220 14 0.21 0 0.94 0.14 73.69 0.88 0.46
Hex AD DC E 15 0 5E E 4A 58 2E
Octal 255 334 16 25 0 136 16 112 130 56
Binary 10101101 11011100 1110 10101 0 1011110 1110 1001010 1011000 101110

Color Harmonies of #ADDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC0E

Black with #ADDC0E

Text Example


Text Example

White with #ADDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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