Html Css Color HEX #A0E419 Inch Worm

📋 copy color: '#A0E419'

red 160 ◦ green 228 ◦ blue 25

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

Shades of Inch Worm #A0E419

Tints of Inch Worm #A0E419

RGB

 RED value IS 160 (62.89% from 255) = 38.74%

 GREEN value IS 228 (89.45% from 255) = 55.21%

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

R = 38.74%
G = 55.21%
B = 6.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#A0E419 (or 0xA0E419) is known color: Inch Worm. HEX triplet: A0, E4 and 19. RGB value is (160,228,25). Sum of RGB (Red+Green+Blue) = 160+228+25=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E419 is #5F1BE6. Grayscale: #B9B9B9. Windows color (decimal): -6233063 or 1696928. OLE color: 1696928.

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

Color convert

RGB 160 228 25 -
CMYK 0.30 0 0.89 0.11
HSL 80.1º 0.8% 0.5% -
HSV(B) 80.1º 0.89% 0.89% -
XYZ 42.42 63.03 10.85 -
YUV 184.53 37.97 110.51 -
System Red Green Blue C M Y K H S L
Decimal 160 228 25 0.30 0 0.89 0.11 80.1 0.8 0.5
Hex A0 E4 19 1E 0 59 B 50 50 32
Octal 240 344 31 36 0 131 13 120 120 62
Binary 10100000 11100100 11001 11110 0 1011001 1011 1010000 1010000 110010

Color Harmonies of #A0E419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E419

Black with #A0E419

Text Example


Text Example

White with #A0E419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E419; }

 p { color: rgb(160,228,25); }

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

background-color css

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

 a { background-color: rgb(160,228,25); }

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

border-color css

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

 span { border-color: rgb(160,228,25); }

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