Html Css Color HEX #A2E002 Inch Worm

📋 copy color: '#A2E002'

red 162 ◦ green 224 ◦ blue 2

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

Shades of Inch Worm #A2E002

Tints of Inch Worm #A2E002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 41.75%
G = 57.73%
B = 0.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#A2E002 (or 0xA2E002) is known color: Inch Worm. HEX triplet: A2, E0 and 02. RGB value is (162,224,2). Sum of RGB (Red+Green+Blue) = 162+224+2=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E002 is #5D1FFD. Grayscale: #B4B4B4. Windows color (decimal): -6103038 or 188578. OLE color: 188578.

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

Color convert

RGB 162 224 2 -
CMYK 0.28 0 0.99 0.12
HSL 76.76º 0.98% 0.44% -
HSV(B) 76.76º 0.99% 0.88% -
XYZ 41.57 61 9.64 -
YUV 180.15 27.46 115.05 -
System Red Green Blue C M Y K H S L
Decimal 162 224 2 0.28 0 0.99 0.12 76.76 0.98 0.44
Hex A2 E0 2 1C 0 63 C 4D 62 2C
Octal 242 340 2 34 0 143 14 115 142 54
Binary 10100010 11100000 10 11100 0 1100011 1100 1001101 1100010 101100

Color Harmonies of #A2E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E002

Black with #A2E002

Text Example


Text Example

White with #A2E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E002; }

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

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

background-color css

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

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

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

border-color css

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

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

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