Html Css Color HEX #ADDC07 Inch Worm

📋 copy color: '#ADDC07'

red 173 ◦ green 220 ◦ blue 7

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

Shades of Inch Worm #ADDC07

Tints of Inch Worm #ADDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 43.25%
G = 55%
B = 1.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#ADDC07 (or 0xADDC07) is known color: Inch Worm. HEX triplet: AD, DC and 07. RGB value is (173,220,7). Sum of RGB (Red+Green+Blue) = 173+220+7=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC07 is #5223F8. Grayscale: #B6B6B6. Windows color (decimal): -5383161 or 515245. OLE color: 515245.

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

Color convert

RGB 173 220 7 -
CMYK 0.21 0 0.97 0.14
HSL 73.24º 0.94% 0.45% -
HSV(B) 73.24º 0.97% 0.86% -
XYZ 42.87 60.09 9.54 -
YUV 181.67 29.43 121.82 -
System Red Green Blue C M Y K H S L
Decimal 173 220 7 0.21 0 0.97 0.14 73.24 0.94 0.45
Hex AD DC 7 15 0 61 E 49 5E 2D
Octal 255 334 7 25 0 141 16 111 136 55
Binary 10101101 11011100 111 10101 0 1100001 1110 1001001 1011110 101101

Color Harmonies of #ADDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC07

Black with #ADDC07

Text Example


Text Example

White with #ADDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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