Html Css Color HEX #A2E919 Inch Worm

📋 copy color: '#A2E919'

red 162 ◦ green 233 ◦ blue 25

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

Shades of Inch Worm #A2E919

Tints of Inch Worm #A2E919

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.48%

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

R = 38.57%
G = 55.48%
B = 5.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#A2E919 (or 0xA2E919) is known color: Inch Worm. HEX triplet: A2, E9 and 19. RGB value is (162,233,25). Sum of RGB (Red+Green+Blue) = 162+233+25=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 233 (91.41% from 255 or 55.48% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2E919 is #5D16E6. Grayscale: #BCBCBC. Windows color (decimal): -6100711 or 1698210. OLE color: 1698210.

HSL color Cylindrical-coordinate representation of color #A2E919: hue angle of 80.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2E919 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 233 25 -
CMYK 0.30 0 0.89 0.09
HSL 80.48º 0.83% 0.51% -
HSV(B) 80.48º 0.89% 0.91% -
XYZ 44.21 66.03 11.33 -
YUV 188.06 35.98 109.41 -
System Red Green Blue C M Y K H S L
Decimal 162 233 25 0.30 0 0.89 0.09 80.48 0.83 0.51
Hex A2 E9 19 1E 0 59 9 50 53 33
Octal 242 351 31 36 0 131 11 120 123 63
Binary 10100010 11101001 11001 11110 0 1011001 1001 1010000 1010011 110011

Color Harmonies of #A2E919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E919

Black with #A2E919

Text Example


Text Example

White with #A2E919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E919; }

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

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

background-color css

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

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

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

border-color css

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

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

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