Html Css Color HEX #A2E021 Inch Worm

📋 copy color: '#A2E021'

red 162 ◦ green 224 ◦ blue 33

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

Shades of Inch Worm #A2E021

Tints of Inch Worm #A2E021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 38.66%
G = 53.46%
B = 7.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#A2E021 (or 0xA2E021) is known color: Inch Worm. HEX triplet: A2, E0 and 21. RGB value is (162,224,33). Sum of RGB (Red+Green+Blue) = 162+224+33=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E021 is #5D1FDE. Grayscale: #B8B8B8. Windows color (decimal): -6103007 or 2220194. OLE color: 2220194.

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

Color convert

RGB 162 224 33 -
CMYK 0.28 0 0.85 0.12
HSL 79.48º 0.75% 0.5% -
HSV(B) 79.48º 0.85% 0.88% -
XYZ 41.83 61.1 11.03 -
YUV 183.69 42.96 112.53 -
System Red Green Blue C M Y K H S L
Decimal 162 224 33 0.28 0 0.85 0.12 79.48 0.75 0.5
Hex A2 E0 21 1C 0 55 C 4F 4B 32
Octal 242 340 41 34 0 125 14 117 113 62
Binary 10100010 11100000 100001 11100 0 1010101 1100 1001111 1001011 110010

Color Harmonies of #A2E021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E021

Black with #A2E021

Text Example


Text Example

White with #A2E021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E021; }

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

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

background-color css

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

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

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

border-color css

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

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

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