Html Css Color HEX #ADD50D Inch Worm

📋 copy color: '#ADD50D'

red 173 ◦ green 213 ◦ blue 13

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

Shades of Inch Worm #ADD50D

Tints of Inch Worm #ADD50D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.38%

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

R = 43.36%
G = 53.38%
B = 3.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#ADD50D (or 0xADD50D) is known color: Inch Worm. HEX triplet: AD, D5 and 0D. RGB value is (173,213,13). Sum of RGB (Red+Green+Blue) = 173+213+13=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD50D is #522AF2. Grayscale: #B3B3B3. Windows color (decimal): -5384947 or 906669. OLE color: 906669.

HSL color Cylindrical-coordinate representation of color #ADD50D: hue angle of 72º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD50D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 13 -
CMYK 0.19 0 0.94 0.16
HSL 72º 0.88% 0.44% -
HSV(B) 72º 0.94% 0.84% -
XYZ 41.1 56.5 9.12 -
YUV 178.24 34.75 124.26 -
System Red Green Blue C M Y K H S L
Decimal 173 213 13 0.19 0 0.94 0.16 72 0.88 0.44
Hex AD D5 D 13 0 5E 10 48 58 2C
Octal 255 325 15 23 0 136 20 110 130 54
Binary 10101101 11010101 1101 10011 0 1011110 10000 1001000 1011000 101100

Color Harmonies of #ADD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD50D

Black with #ADD50D

Text Example


Text Example

White with #ADD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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