Html Css Color HEX #A0DC13 Inch Worm

📋 copy color: '#A0DC13'

red 160 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #A0DC13

Tints of Inch Worm #A0DC13

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.14%

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 40.1%
G = 55.14%
B = 4.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#A0DC13 (or 0xA0DC13) is known color: Inch Worm. HEX triplet: A0, DC and 13. RGB value is (160,220,19). Sum of RGB (Red+Green+Blue) = 160+220+19=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DC13 is #5F23EC. Grayscale: #B3B3B3. Windows color (decimal): -6235117 or 1301664. OLE color: 1301664.

HSL color Cylindrical-coordinate representation of color #A0DC13: hue angle of 77.91º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0DC13 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 19 -
CMYK 0.27 0 0.91 0.14
HSL 77.91º 0.84% 0.47% -
HSV(B) 77.91º 0.91% 0.86% -
XYZ 40.21 58.71 9.83 -
YUV 179.15 37.62 114.34 -
System Red Green Blue C M Y K H S L
Decimal 160 220 19 0.27 0 0.91 0.14 77.91 0.84 0.47
Hex A0 DC 13 1B 0 5B E 4E 54 2F
Octal 240 334 23 33 0 133 16 116 124 57
Binary 10100000 11011100 10011 11011 0 1011011 1110 1001110 1010100 101111

Color Harmonies of #A0DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC13

Black with #A0DC13

Text Example


Text Example

White with #A0DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC13; }

 p { color: rgb(160,220,19); }

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

background-color css

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

 a { background-color: rgb(160,220,19); }

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

border-color css

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

 span { border-color: rgb(160,220,19); }

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