Html Css Color HEX #A0DD1D Inch Worm

📋 copy color: '#A0DD1D'

red 160 ◦ green 221 ◦ blue 29

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

Shades of Inch Worm #A0DD1D

Tints of Inch Worm #A0DD1D

RGB

 RED value IS 160 (62.89% from 255) = 39.02%

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 39.02%
G = 53.9%
B = 7.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#A0DD1D (or 0xA0DD1D) is known color: Inch Worm. HEX triplet: A0, DD and 1D. RGB value is (160,221,29). Sum of RGB (Red+Green+Blue) = 160+221+29=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD1D is #5F22E2. Grayscale: #B5B5B5. Windows color (decimal): -6234851 or 1957280. OLE color: 1957280.

HSL color Cylindrical-coordinate representation of color #A0DD1D: hue angle of 79.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0DD1D is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 29 -
CMYK 0.28 0 0.87 0.13
HSL 79.06º 0.77% 0.49% -
HSV(B) 79.06º 0.87% 0.87% -
XYZ 40.58 59.28 10.47 -
YUV 180.87 42.29 113.11 -
System Red Green Blue C M Y K H S L
Decimal 160 221 29 0.28 0 0.87 0.13 79.06 0.77 0.49
Hex A0 DD 1D 1C 0 57 D 4F 4D 31
Octal 240 335 35 34 0 127 15 117 115 61
Binary 10100000 11011101 11101 11100 0 1010111 1101 1001111 1001101 110001

Color Harmonies of #A0DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD1D

Black with #A0DD1D

Text Example


Text Example

White with #A0DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD1D; }

 p { color: rgb(160,221,29); }

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

background-color css

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

 a { background-color: rgb(160,221,29); }

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

border-color css

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

 span { border-color: rgb(160,221,29); }

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