Html Css Color HEX #A3DC0D Inch Worm

📋 copy color: '#A3DC0D'

red 163 ◦ green 220 ◦ blue 13

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

Shades of Inch Worm #A3DC0D

Tints of Inch Worm #A3DC0D

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

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

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

R = 41.16%
G = 55.56%
B = 3.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#A3DC0D (or 0xA3DC0D) is known color: Inch Worm. HEX triplet: A3, DC and 0D. RGB value is (163,220,13). Sum of RGB (Red+Green+Blue) = 163+220+13=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DC0D is #5C23F2. Grayscale: #B4B4B4. Windows color (decimal): -6038515 or 908451. OLE color: 908451.

HSL color Cylindrical-coordinate representation of color #A3DC0D: hue angle of 76.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3DC0D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 13 -
CMYK 0.26 0 0.94 0.14
HSL 76.52º 0.89% 0.46% -
HSV(B) 76.52º 0.94% 0.86% -
XYZ 40.77 59 9.62 -
YUV 179.36 34.12 116.33 -
System Red Green Blue C M Y K H S L
Decimal 163 220 13 0.26 0 0.94 0.14 76.52 0.89 0.46
Hex A3 DC D 1A 0 5E E 4D 59 2E
Octal 243 334 15 32 0 136 16 115 131 56
Binary 10100011 11011100 1101 11010 0 1011110 1110 1001101 1011001 101110

Color Harmonies of #A3DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC0D

Black with #A3DC0D

Text Example


Text Example

White with #A3DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC0D; }

 p { color: rgb(163,220,13); }

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

background-color css

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

 a { background-color: rgb(163,220,13); }

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

border-color css

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

 span { border-color: rgb(163,220,13); }

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