Html Css Color HEX #A2DC19 Inch Worm

📋 copy color: '#A2DC19'

red 162 ◦ green 220 ◦ blue 25

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

Shades of Inch Worm #A2DC19

Tints of Inch Worm #A2DC19

RGB

 RED value IS 162 (63.67% from 255) = 39.8%

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

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 39.8%
G = 54.05%
B = 6.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#A2DC19 (or 0xA2DC19) is known color: Inch Worm. HEX triplet: A2, DC and 19. RGB value is (162,220,25). Sum of RGB (Red+Green+Blue) = 162+220+25=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DC19 is #5D23E6. Grayscale: #B5B5B5. Windows color (decimal): -6104039 or 1694882. OLE color: 1694882.

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

Color convert

RGB 162 220 25 -
CMYK 0.26 0 0.89 0.14
HSL 77.85º 0.8% 0.48% -
HSV(B) 77.85º 0.89% 0.86% -
XYZ 40.67 58.94 10.15 -
YUV 180.43 40.28 114.86 -
System Red Green Blue C M Y K H S L
Decimal 162 220 25 0.26 0 0.89 0.14 77.85 0.8 0.48
Hex A2 DC 19 1A 0 59 E 4E 50 30
Octal 242 334 31 32 0 131 16 116 120 60
Binary 10100010 11011100 11001 11010 0 1011001 1110 1001110 1010000 110000

Color Harmonies of #A2DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DC19

Black with #A2DC19

Text Example


Text Example

White with #A2DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DC19; }

 p { color: rgb(162,220,25); }

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

background-color css

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

 a { background-color: rgb(162,220,25); }

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

border-color css

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

 span { border-color: rgb(162,220,25); }

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