Html Css Color HEX #A2DD0A Inch Worm

📋 copy color: '#A2DD0A'

red 162 ◦ green 221 ◦ blue 10

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

Shades of Inch Worm #A2DD0A

Tints of Inch Worm #A2DD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 41.22%
G = 56.23%
B = 2.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#A2DD0A (or 0xA2DD0A) is known color: Inch Worm. HEX triplet: A2, DD and 0A. RGB value is (162,221,10). Sum of RGB (Red+Green+Blue) = 162+221+10=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DD0A is #5D22F5. Grayscale: #B4B4B4. Windows color (decimal): -6103798 or 712098. OLE color: 712098.

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

Color convert

RGB 162 221 10 -
CMYK 0.27 0 0.95 0.13
HSL 76.78º 0.91% 0.45% -
HSV(B) 76.78º 0.95% 0.87% -
XYZ 40.81 59.42 9.6 -
YUV 179.31 32.45 115.66 -
System Red Green Blue C M Y K H S L
Decimal 162 221 10 0.27 0 0.95 0.13 76.78 0.91 0.45
Hex A2 DD A 1B 0 5F D 4D 5B 2D
Octal 242 335 12 33 0 137 15 115 133 55
Binary 10100010 11011101 1010 11011 0 1011111 1101 1001101 1011011 101101

Color Harmonies of #A2DD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DD0A

Black with #A2DD0A

Text Example


Text Example

White with #A2DD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DD0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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