Html Css Color HEX #ADDC04 Inch Worm

📋 copy color: '#ADDC04'

red 173 ◦ green 220 ◦ blue 4

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

Shades of Inch Worm #ADDC04

Tints of Inch Worm #ADDC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 43.58%
G = 55.42%
B = 1.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#ADDC04 (or 0xADDC04) is known color: Inch Worm. HEX triplet: AD, DC and 04. RGB value is (173,220,4). Sum of RGB (Red+Green+Blue) = 173+220+4=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC04 is #5223FB. Grayscale: #B6B6B6. Windows color (decimal): -5383164 or 318637. OLE color: 318637.

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

Color convert

RGB 173 220 4 -
CMYK 0.21 0 0.98 0.14
HSL 73.06º 0.96% 0.44% -
HSV(B) 73.06º 0.98% 0.86% -
XYZ 42.85 60.08 9.45 -
YUV 181.32 27.93 122.06 -
System Red Green Blue C M Y K H S L
Decimal 173 220 4 0.21 0 0.98 0.14 73.06 0.96 0.44
Hex AD DC 4 15 0 62 E 49 60 2C
Octal 255 334 4 25 0 142 16 111 140 54
Binary 10101101 11011100 100 10101 0 1100010 1110 1001001 1100000 101100

Color Harmonies of #ADDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC04

Black with #ADDC04

Text Example


Text Example

White with #ADDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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