Html Css Color HEX #ADDC03 Inch Worm

📋 copy color: '#ADDC03'

red 173 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #ADDC03

Tints of Inch Worm #ADDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 43.69%
G = 55.56%
B = 0.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#ADDC03 (or 0xADDC03) is known color: Inch Worm. HEX triplet: AD, DC and 03. RGB value is (173,220,3). Sum of RGB (Red+Green+Blue) = 173+220+3=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC03 is #5223FC. Grayscale: #B6B6B6. Windows color (decimal): -5383165 or 253101. OLE color: 253101.

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

Color convert

RGB 173 220 3 -
CMYK 0.21 0 0.99 0.14
HSL 73º 0.97% 0.44% -
HSV(B) 73º 0.99% 0.86% -
XYZ 42.84 60.08 9.42 -
YUV 181.21 27.43 122.14 -
System Red Green Blue C M Y K H S L
Decimal 173 220 3 0.21 0 0.99 0.14 73 0.97 0.44
Hex AD DC 3 15 0 63 E 49 61 2C
Octal 255 334 3 25 0 143 16 111 141 54
Binary 10101101 11011100 11 10101 0 1100011 1110 1001001 1100001 101100

Color Harmonies of #ADDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC03

Black with #ADDC03

Text Example


Text Example

White with #ADDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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