Html Css Color HEX #ADDD01 Inch Worm

📋 copy color: '#ADDD01'

red 173 ◦ green 221 ◦ blue 1

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

Shades of Inch Worm #ADDD01

Tints of Inch Worm #ADDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.95%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 43.8%
G = 55.95%
B = 0.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#ADDD01 (or 0xADDD01) is known color: Inch Worm. HEX triplet: AD, DD and 01. RGB value is (173,221,1). Sum of RGB (Red+Green+Blue) = 173+221+1=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD01 is #5222FE. Grayscale: #B6B6B6. Windows color (decimal): -5382911 or 122285. OLE color: 122285.

HSL color Cylindrical-coordinate representation of color #ADDD01: hue angle of 73.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADDD01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 1 -
CMYK 0.22 0 1.00 0.13
HSL 73.09º 0.99% 0.44% -
HSV(B) 73.09º 1% 0.87% -
XYZ 43.1 60.6 9.45 -
YUV 181.57 26.1 121.89 -
System Red Green Blue C M Y K H S L
Decimal 173 221 1 0.22 0 1.00 0.13 73.09 0.99 0.44
Hex AD DD 1 16 0 64 D 49 63 2C
Octal 255 335 1 26 0 144 15 111 143 54
Binary 10101101 11011101 1 10110 0 1100100 1101 1001001 1100011 101100

Color Harmonies of #ADDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD01

Black with #ADDD01

Text Example


Text Example

White with #ADDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD01; }

 p { color: rgb(173,221,1); }

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

background-color css

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

 a { background-color: rgb(173,221,1); }

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

border-color css

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

 span { border-color: rgb(173,221,1); }

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