Html Css Color HEX #A2E319 Inch Worm

📋 copy color: '#A2E319'

red 162 ◦ green 227 ◦ blue 25

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

Shades of Inch Worm #A2E319

Tints of Inch Worm #A2E319

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.83%

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 39.13%
G = 54.83%
B = 6.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#A2E319 (or 0xA2E319) is known color: Inch Worm. HEX triplet: A2, E3 and 19. RGB value is (162,227,25). Sum of RGB (Red+Green+Blue) = 162+227+25=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 227 (89.06% from 255 or 54.83% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2E319 is #5D1CE6. Grayscale: #B9B9B9. Windows color (decimal): -6102247 or 1696674. OLE color: 1696674.

HSL color Cylindrical-coordinate representation of color #A2E319: hue angle of 79.31º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2E319 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 227 25 -
CMYK 0.29 0 0.89 0.11
HSL 79.31º 0.8% 0.49% -
HSV(B) 79.31º 0.89% 0.89% -
XYZ 42.54 62.69 10.78 -
YUV 184.54 37.97 111.93 -
System Red Green Blue C M Y K H S L
Decimal 162 227 25 0.29 0 0.89 0.11 79.31 0.8 0.49
Hex A2 E3 19 1D 0 59 B 4F 50 31
Octal 242 343 31 35 0 131 13 117 120 61
Binary 10100010 11100011 11001 11101 0 1011001 1011 1001111 1010000 110001

Color Harmonies of #A2E319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E319

Black with #A2E319

Text Example


Text Example

White with #A2E319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E319; }

 p { color: rgb(162,227,25); }

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

background-color css

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

 a { background-color: rgb(162,227,25); }

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

border-color css

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

 span { border-color: rgb(162,227,25); }

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