Html Css Color HEX #A2E014 Inch Worm

📋 copy color: '#A2E014'

red 162 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #A2E014

Tints of Inch Worm #A2E014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 39.9%
G = 55.17%
B = 4.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#A2E014 (or 0xA2E014) is known color: Inch Worm. HEX triplet: A2, E0 and 14. RGB value is (162,224,20). Sum of RGB (Red+Green+Blue) = 162+224+20=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E014 is #5D1FEB. Grayscale: #B6B6B6. Windows color (decimal): -6103020 or 1368226. OLE color: 1368226.

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

Color convert

RGB 162 224 20 -
CMYK 0.28 0 0.91 0.12
HSL 78.24º 0.84% 0.48% -
HSV(B) 78.24º 0.91% 0.88% -
XYZ 41.68 61.04 10.25 -
YUV 182.21 36.46 113.59 -
System Red Green Blue C M Y K H S L
Decimal 162 224 20 0.28 0 0.91 0.12 78.24 0.84 0.48
Hex A2 E0 14 1C 0 5B C 4E 54 30
Octal 242 340 24 34 0 133 14 116 124 60
Binary 10100010 11100000 10100 11100 0 1011011 1100 1001110 1010100 110000

Color Harmonies of #A2E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E014

Black with #A2E014

Text Example


Text Example

White with #A2E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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