Html Css Color HEX #A2E012 Inch Worm

📋 copy color: '#A2E012'

red 162 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #A2E012

Tints of Inch Worm #A2E012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 40.1%
G = 55.45%
B = 4.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#A2E012 (or 0xA2E012) is known color: Inch Worm. HEX triplet: A2, E0 and 12. RGB value is (162,224,18). Sum of RGB (Red+Green+Blue) = 162+224+18=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 224 (87.89% from 255 or 55.45% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E012 is #5D1FED. Grayscale: #B6B6B6. Windows color (decimal): -6103022 or 1237154. OLE color: 1237154.

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

Color convert

RGB 162 224 18 -
CMYK 0.28 0 0.92 0.12
HSL 78.06º 0.85% 0.47% -
HSV(B) 78.06º 0.92% 0.88% -
XYZ 41.67 61.04 10.16 -
YUV 181.98 35.46 113.75 -
System Red Green Blue C M Y K H S L
Decimal 162 224 18 0.28 0 0.92 0.12 78.06 0.85 0.47
Hex A2 E0 12 1C 0 5C C 4E 55 2F
Octal 242 340 22 34 0 134 14 116 125 57
Binary 10100010 11100000 10010 11100 0 1011100 1100 1001110 1010101 101111

Color Harmonies of #A2E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E012

Black with #A2E012

Text Example


Text Example

White with #A2E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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