Html Css Color HEX #A2E30A Inch Worm

📋 copy color: '#A2E30A'

red 162 ◦ green 227 ◦ blue 10

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

Shades of Inch Worm #A2E30A

Tints of Inch Worm #A2E30A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.89%

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

R = 40.6%
G = 56.89%
B = 2.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#A2E30A (or 0xA2E30A) is known color: Inch Worm. HEX triplet: A2, E3 and 0A. RGB value is (162,227,10). Sum of RGB (Red+Green+Blue) = 162+227+10=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 227 (89.06% from 255 or 56.89% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E30A is #5D1CF5. Grayscale: #B7B7B7. Windows color (decimal): -6102262 or 713634. OLE color: 713634.

HSL color Cylindrical-coordinate representation of color #A2E30A: hue angle of 77.97º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2E30A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 10 -
CMYK 0.29 0 0.96 0.11
HSL 77.97º 0.92% 0.46% -
HSV(B) 77.97º 0.96% 0.89% -
XYZ 42.42 62.64 10.14 -
YUV 182.83 30.47 113.14 -
System Red Green Blue C M Y K H S L
Decimal 162 227 10 0.29 0 0.96 0.11 77.97 0.92 0.46
Hex A2 E3 A 1D 0 60 B 4E 5C 2E
Octal 242 343 12 35 0 140 13 116 134 56
Binary 10100010 11100011 1010 11101 0 1100000 1011 1001110 1011100 101110

Color Harmonies of #A2E30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E30A

Black with #A2E30A

Text Example


Text Example

White with #A2E30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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