Html Css Color HEX #A2E10A Inch Worm

📋 copy color: '#A2E10A'

red 162 ◦ green 225 ◦ blue 10

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

Shades of Inch Worm #A2E10A

Tints of Inch Worm #A2E10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.68%

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

R = 40.81%
G = 56.68%
B = 2.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#A2E10A (or 0xA2E10A) is known color: Inch Worm. HEX triplet: A2, E1 and 0A. RGB value is (162,225,10). Sum of RGB (Red+Green+Blue) = 162+225+10=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E10A is #5D1EF5. Grayscale: #B6B6B6. Windows color (decimal): -6102774 or 713122. OLE color: 713122.

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

Color convert

RGB 162 225 10 -
CMYK 0.28 0 0.96 0.12
HSL 77.58º 0.91% 0.46% -
HSV(B) 77.58º 0.96% 0.88% -
XYZ 41.88 61.55 9.96 -
YUV 181.65 31.13 113.98 -
System Red Green Blue C M Y K H S L
Decimal 162 225 10 0.28 0 0.96 0.12 77.58 0.91 0.46
Hex A2 E1 A 1C 0 60 C 4E 5B 2E
Octal 242 341 12 34 0 140 14 116 133 56
Binary 10100010 11100001 1010 11100 0 1100000 1100 1001110 1011011 101110

Color Harmonies of #A2E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E10A

Black with #A2E10A

Text Example


Text Example

White with #A2E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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