Html Css Color HEX #A2D619 Inch Worm

📋 copy color: '#A2D619'

red 162 ◦ green 214 ◦ blue 25

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

Shades of Inch Worm #A2D619

Tints of Inch Worm #A2D619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

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

R = 40.4%
G = 53.37%
B = 6.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#A2D619 (or 0xA2D619) is known color: Inch Worm. HEX triplet: A2, D6 and 19. RGB value is (162,214,25). Sum of RGB (Red+Green+Blue) = 162+214+25=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D619 is #5D29E6. Grayscale: #B1B1B1. Windows color (decimal): -6105575 or 1693346. OLE color: 1693346.

HSL color Cylindrical-coordinate representation of color #A2D619: hue angle of 76.51º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A2D619 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 25 -
CMYK 0.24 0 0.88 0.16
HSL 76.51º 0.79% 0.47% -
HSV(B) 76.51º 0.88% 0.84% -
XYZ 39.12 55.84 9.64 -
YUV 176.91 42.27 117.37 -
System Red Green Blue C M Y K H S L
Decimal 162 214 25 0.24 0 0.88 0.16 76.51 0.79 0.47
Hex A2 D6 19 18 0 58 10 4D 4F 2F
Octal 242 326 31 30 0 130 20 115 117 57
Binary 10100010 11010110 11001 11000 0 1011000 10000 1001101 1001111 101111

Color Harmonies of #A2D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D619

Black with #A2D619

Text Example


Text Example

White with #A2D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D619; }

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

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

background-color css

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

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

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

border-color css

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

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

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