Html Css Color HEX #ADDC0C Inch Worm

📋 copy color: '#ADDC0C'

red 173 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #ADDC0C

Tints of Inch Worm #ADDC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 42.72%
G = 54.32%
B = 2.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#ADDC0C (or 0xADDC0C) is known color: Inch Worm. HEX triplet: AD, DC and 0C. RGB value is (173,220,12). Sum of RGB (Red+Green+Blue) = 173+220+12=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC0C is #5223F3. Grayscale: #B7B7B7. Windows color (decimal): -5383156 or 842925. OLE color: 842925.

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

Color convert

RGB 173 220 12 -
CMYK 0.21 0 0.95 0.14
HSL 73.56º 0.9% 0.45% -
HSV(B) 73.56º 0.95% 0.86% -
XYZ 42.89 60.1 9.69 -
YUV 182.24 31.93 121.41 -
System Red Green Blue C M Y K H S L
Decimal 173 220 12 0.21 0 0.95 0.14 73.56 0.9 0.45
Hex AD DC C 15 0 5F E 4A 5A 2D
Octal 255 334 14 25 0 137 16 112 132 55
Binary 10101101 11011100 1100 10101 0 1011111 1110 1001010 1011010 101101

Color Harmonies of #ADDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC0C

Black with #ADDC0C

Text Example


Text Example

White with #ADDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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