Html Css Color HEX #A2F519 Inch Worm

📋 copy color: '#A2F519'

red 162 ◦ green 245 ◦ blue 25

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

Shades of Inch Worm #A2F519

Tints of Inch Worm #A2F519

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.71%

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

R = 37.5%
G = 56.71%
B = 5.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#A2F519 (or 0xA2F519) is known color: Inch Worm. HEX triplet: A2, F5 and 19. RGB value is (162,245,25). Sum of RGB (Red+Green+Blue) = 162+245+25=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 245 (96.09% from 255 or 56.71% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F519 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F519 is #5D0AE6. Grayscale: #C3C3C3. Windows color (decimal): -6097639 or 1701282. OLE color: 1701282.

HSL color Cylindrical-coordinate representation of color #A2F519: hue angle of 82.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2F519 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 245 25 -
CMYK 0.34 0 0.90 0.04
HSL 82.64º 0.92% 0.53% -
HSV(B) 82.64º 0.9% 0.96% -
XYZ 47.73 73.06 12.51 -
YUV 195.1 32 104.39 -
System Red Green Blue C M Y K H S L
Decimal 162 245 25 0.34 0 0.90 0.04 82.64 0.92 0.53
Hex A2 F5 19 22 0 5A 4 53 5C 35
Octal 242 365 31 42 0 132 4 123 134 65
Binary 10100010 11110101 11001 100010 0 1011010 100 1010011 1011100 110101

Color Harmonies of #A2F519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F519

Black with #A2F519

Text Example


Text Example

White with #A2F519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F519; }

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

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

background-color css

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

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

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

border-color css

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

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

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