Html Css Color HEX #A2E006 Inch Worm

📋 copy color: '#A2E006'

red 162 ◦ green 224 ◦ blue 6

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

Shades of Inch Worm #A2E006

Tints of Inch Worm #A2E006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 41.33%
G = 57.14%
B = 1.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#A2E006 (or 0xA2E006) is known color: Inch Worm. HEX triplet: A2, E0 and 06. RGB value is (162,224,6). Sum of RGB (Red+Green+Blue) = 162+224+6=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 224 (87.89% from 255 or 57.14% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E006 is #5D1FF9. Grayscale: #B5B5B5. Windows color (decimal): -6103034 or 450722. OLE color: 450722.

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

Color convert

RGB 162 224 6 -
CMYK 0.28 0 0.97 0.12
HSL 77.06º 0.95% 0.45% -
HSV(B) 77.06º 0.97% 0.88% -
XYZ 41.59 61.01 9.76 -
YUV 180.61 29.46 114.73 -
System Red Green Blue C M Y K H S L
Decimal 162 224 6 0.28 0 0.97 0.12 77.06 0.95 0.45
Hex A2 E0 6 1C 0 61 C 4D 5F 2D
Octal 242 340 6 34 0 141 14 115 137 55
Binary 10100010 11100000 110 11100 0 1100001 1100 1001101 1011111 101101

Color Harmonies of #A2E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E006

Black with #A2E006

Text Example


Text Example

White with #A2E006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E006; }

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

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

background-color css

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

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

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

border-color css

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

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

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