Html Css Color HEX #A3DC15 Inch Worm

📋 copy color: '#A3DC15'

red 163 ◦ green 220 ◦ blue 21

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

Shades of Inch Worm #A3DC15

Tints of Inch Worm #A3DC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.2%

R = 40.35%
G = 54.46%
B = 5.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#A3DC15 (or 0xA3DC15) is known color: Inch Worm. HEX triplet: A3, DC and 15. RGB value is (163,220,21). Sum of RGB (Red+Green+Blue) = 163+220+21=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DC15 is #5C23EA. Grayscale: #B5B5B5. Windows color (decimal): -6038507 or 1432739. OLE color: 1432739.

HSL color Cylindrical-coordinate representation of color #A3DC15: hue angle of 77.19º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3DC15 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 21 -
CMYK 0.26 0 0.90 0.14
HSL 77.19º 0.83% 0.47% -
HSV(B) 77.19º 0.9% 0.86% -
XYZ 40.83 59.03 9.95 -
YUV 180.27 38.12 115.68 -
System Red Green Blue C M Y K H S L
Decimal 163 220 21 0.26 0 0.90 0.14 77.19 0.83 0.47
Hex A3 DC 15 1A 0 5A E 4D 53 2F
Octal 243 334 25 32 0 132 16 115 123 57
Binary 10100011 11011100 10101 11010 0 1011010 1110 1001101 1010011 101111

Color Harmonies of #A3DC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DC15

Black with #A3DC15

Text Example


Text Example

White with #A3DC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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