Html Css Color HEX #ADD80D Inch Worm

📋 copy color: '#ADD80D'

red 173 ◦ green 216 ◦ blue 13

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

Shades of Inch Worm #ADD80D

Tints of Inch Worm #ADD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 43.03%
G = 53.73%
B = 3.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#ADD80D (or 0xADD80D) is known color: Inch Worm. HEX triplet: AD, D8 and 0D. RGB value is (173,216,13). Sum of RGB (Red+Green+Blue) = 173+216+13=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD80D is #5227F2. Grayscale: #B4B4B4. Windows color (decimal): -5384179 or 907437. OLE color: 907437.

HSL color Cylindrical-coordinate representation of color #ADD80D: hue angle of 72.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD80D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 13 -
CMYK 0.20 0 0.94 0.15
HSL 72.71º 0.89% 0.45% -
HSV(B) 72.71º 0.94% 0.85% -
XYZ 41.86 58.03 9.37 -
YUV 180 33.75 123.01 -
System Red Green Blue C M Y K H S L
Decimal 173 216 13 0.20 0 0.94 0.15 72.71 0.89 0.45
Hex AD D8 D 14 0 5E F 49 59 2D
Octal 255 330 15 24 0 136 17 111 131 55
Binary 10101101 11011000 1101 10100 0 1011110 1111 1001001 1011001 101101

Color Harmonies of #ADD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD80D

Black with #ADD80D

Text Example


Text Example

White with #ADD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD80D; }

 p { color: rgb(173,216,13); }

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

background-color css

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

 a { background-color: rgb(173,216,13); }

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

border-color css

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

 span { border-color: rgb(173,216,13); }

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