Html Css Color HEX #A2DD1C Inch Worm

📋 copy color: '#A2DD1C'

red 162 ◦ green 221 ◦ blue 28

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

Shades of Inch Worm #A2DD1C

Tints of Inch Worm #A2DD1C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.77%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 39.42%
G = 53.77%
B = 6.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#A2DD1C (or 0xA2DD1C) is known color: Inch Worm. HEX triplet: A2, DD and 1C. RGB value is (162,221,28). Sum of RGB (Red+Green+Blue) = 162+221+28=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DD1C is #5D22E3. Grayscale: #B6B6B6. Windows color (decimal): -6103780 or 1891746. OLE color: 1891746.

HSL color Cylindrical-coordinate representation of color #A2DD1C: hue angle of 78.34º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2DD1C is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 28 -
CMYK 0.27 0 0.87 0.13
HSL 78.34º 0.78% 0.49% -
HSV(B) 78.34º 0.87% 0.87% -
XYZ 40.97 59.48 10.42 -
YUV 181.36 41.45 114.19 -
System Red Green Blue C M Y K H S L
Decimal 162 221 28 0.27 0 0.87 0.13 78.34 0.78 0.49
Hex A2 DD 1C 1B 0 57 D 4E 4E 31
Octal 242 335 34 33 0 127 15 116 116 61
Binary 10100010 11011101 11100 11011 0 1010111 1101 1001110 1001110 110001

Color Harmonies of #A2DD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD1C

Black with #A2DD1C

Text Example


Text Example

White with #A2DD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD1C; }

 p { color: rgb(162,221,28); }

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

background-color css

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

 a { background-color: rgb(162,221,28); }

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

border-color css

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

 span { border-color: rgb(162,221,28); }

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