Html Css Color HEX #ADD301 Inch Worm

📋 copy color: '#ADD301'

red 173 ◦ green 211 ◦ blue 1

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

Shades of Inch Worm #ADD301

Tints of Inch Worm #ADD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.81%

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

R = 44.94%
G = 54.81%
B = 0.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#ADD301 (or 0xADD301) is known color: Inch Worm. HEX triplet: AD, D3 and 01. RGB value is (173,211,1). Sum of RGB (Red+Green+Blue) = 173+211+1=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 211 (82.81% from 255 or 54.81% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD301 is #522CFE. Grayscale: #B0B0B0. Windows color (decimal): -5385471 or 119725. OLE color: 119725.

HSL color Cylindrical-coordinate representation of color #ADD301: hue angle of 70.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADD301 is Cyan = 0.18, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 1 -
CMYK 0.18 0 1.00 0.17
HSL 70.86º 0.99% 0.42% -
HSV(B) 70.86º 1% 0.83% -
XYZ 40.53 55.47 8.6 -
YUV 175.7 29.41 126.08 -
System Red Green Blue C M Y K H S L
Decimal 173 211 1 0.18 0 1.00 0.17 70.86 0.99 0.42
Hex AD D3 1 12 0 64 11 47 63 2A
Octal 255 323 1 22 0 144 21 107 143 52
Binary 10101101 11010011 1 10010 0 1100100 10001 1000111 1100011 101010

Color Harmonies of #ADD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD301

Black with #ADD301

Text Example


Text Example

White with #ADD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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