Html Css Color HEX #A2DD12 Inch Worm

📋 copy color: '#A2DD12'

red 162 ◦ green 221 ◦ blue 18

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

Shades of Inch Worm #A2DD12

Tints of Inch Worm #A2DD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 40.4%
G = 55.11%
B = 4.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#A2DD12 (or 0xA2DD12) is known color: Inch Worm. HEX triplet: A2, DD and 12. RGB value is (162,221,18). Sum of RGB (Red+Green+Blue) = 162+221+18=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DD12 is #5D22ED. Grayscale: #B4B4B4. Windows color (decimal): -6103790 or 1236386. OLE color: 1236386.

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

Color convert

RGB 162 221 18 -
CMYK 0.27 0 0.92 0.13
HSL 77.44º 0.85% 0.47% -
HSV(B) 77.44º 0.92% 0.87% -
XYZ 40.87 59.44 9.89 -
YUV 180.22 36.45 115.01 -
System Red Green Blue C M Y K H S L
Decimal 162 221 18 0.27 0 0.92 0.13 77.44 0.85 0.47
Hex A2 DD 12 1B 0 5C D 4D 55 2F
Octal 242 335 22 33 0 134 15 115 125 57
Binary 10100010 11011101 10010 11011 0 1011100 1101 1001101 1010101 101111

Color Harmonies of #A2DD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD12

Black with #A2DD12

Text Example


Text Example

White with #A2DD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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