Html Css Color HEX #A2D61D Inch Worm

📋 copy color: '#A2D61D'

red 162 ◦ green 214 ◦ blue 29

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

Shades of Inch Worm #A2D61D

Tints of Inch Worm #A2D61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.16%

R = 40%
G = 52.84%
B = 7.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#A2D61D (or 0xA2D61D) is known color: Inch Worm. HEX triplet: A2, D6 and 1D. RGB value is (162,214,29). Sum of RGB (Red+Green+Blue) = 162+214+29=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D61D is #5D29E2. Grayscale: #B2B2B2. Windows color (decimal): -6105571 or 1955490. OLE color: 1955490.

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

Color convert

RGB 162 214 29 -
CMYK 0.24 0 0.86 0.16
HSL 76.86º 0.76% 0.48% -
HSV(B) 76.86º 0.86% 0.84% -
XYZ 39.17 55.86 9.88 -
YUV 177.36 44.27 117.04 -
System Red Green Blue C M Y K H S L
Decimal 162 214 29 0.24 0 0.86 0.16 76.86 0.76 0.48
Hex A2 D6 1D 18 0 56 10 4D 4C 30
Octal 242 326 35 30 0 126 20 115 114 60
Binary 10100010 11010110 11101 11000 0 1010110 10000 1001101 1001100 110000

Color Harmonies of #A2D61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D61D

Black with #A2D61D

Text Example


Text Example

White with #A2D61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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