Html Css Color HEX #ADD70D Inch Worm

📋 copy color: '#ADD70D'

red 173 ◦ green 215 ◦ blue 13

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

Shades of Inch Worm #ADD70D

Tints of Inch Worm #ADD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.62%

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

R = 43.14%
G = 53.62%
B = 3.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#ADD70D (or 0xADD70D) is known color: Inch Worm. HEX triplet: AD, D7 and 0D. RGB value is (173,215,13). Sum of RGB (Red+Green+Blue) = 173+215+13=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD70D is #5228F2. Grayscale: #B4B4B4. Windows color (decimal): -5384435 or 907181. OLE color: 907181.

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

Color convert

RGB 173 215 13 -
CMYK 0.20 0 0.94 0.16
HSL 72.48º 0.89% 0.45% -
HSV(B) 72.48º 0.94% 0.84% -
XYZ 41.61 57.51 9.29 -
YUV 179.41 34.09 123.43 -
System Red Green Blue C M Y K H S L
Decimal 173 215 13 0.20 0 0.94 0.16 72.48 0.89 0.45
Hex AD D7 D 14 0 5E 10 48 59 2D
Octal 255 327 15 24 0 136 20 110 131 55
Binary 10101101 11010111 1101 10100 0 1011110 10000 1001000 1011001 101101

Color Harmonies of #ADD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD70D

Black with #ADD70D

Text Example


Text Example

White with #ADD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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