Html Css Color HEX #A2E010 Inch Worm

📋 copy color: '#A2E010'

red 162 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #A2E010

Tints of Inch Worm #A2E010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.72%

 BLUE value IS 16 (6.64% from 255) = 3.98%

R = 40.3%
G = 55.72%
B = 3.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#A2E010 (or 0xA2E010) is known color: Inch Worm. HEX triplet: A2, E0 and 10. RGB value is (162,224,16). Sum of RGB (Red+Green+Blue) = 162+224+16=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E010 is #5D1FEF. Grayscale: #B6B6B6. Windows color (decimal): -6103024 or 1106082. OLE color: 1106082.

HSL color Cylindrical-coordinate representation of color #A2E010: hue angle of 77.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2E010 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 16 -
CMYK 0.28 0 0.93 0.12
HSL 77.88º 0.87% 0.47% -
HSV(B) 77.88º 0.93% 0.88% -
XYZ 41.65 61.03 10.08 -
YUV 181.75 34.46 113.91 -
System Red Green Blue C M Y K H S L
Decimal 162 224 16 0.28 0 0.93 0.12 77.88 0.87 0.47
Hex A2 E0 10 1C 0 5D C 4E 57 2F
Octal 242 340 20 34 0 135 14 116 127 57
Binary 10100010 11100000 10000 11100 0 1011101 1100 1001110 1010111 101111

Color Harmonies of #A2E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E010

Black with #A2E010

Text Example


Text Example

White with #A2E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E010; }

 p { color: rgb(162,224,16); }

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

background-color css

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

 a { background-color: rgb(162,224,16); }

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

border-color css

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

 span { border-color: rgb(162,224,16); }

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