Html Css Color HEX #A0E41A Inch Worm

📋 copy color: '#A0E41A'

red 160 ◦ green 228 ◦ blue 26

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

Shades of Inch Worm #A0E41A

Tints of Inch Worm #A0E41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.28%

R = 38.65%
G = 55.07%
B = 6.28%

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

#A0E41A (or 0xA0E41A) is known color: Inch Worm. HEX triplet: A0, E4 and 1A. RGB value is (160,228,26). Sum of RGB (Red+Green+Blue) = 160+228+26=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E41A is #5F1BE5. Grayscale: #B9B9B9. Windows color (decimal): -6233062 or 1762464. OLE color: 1762464.

HSL color Cylindrical-coordinate representation of color #A0E41A: hue angle of 80.2º 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 #A0E41A is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 26 -
CMYK 0.30 0 0.89 0.11
HSL 80.2º 0.8% 0.5% -
HSV(B) 80.2º 0.89% 0.89% -
XYZ 42.43 63.03 10.91 -
YUV 184.64 38.47 110.43 -
System Red Green Blue C M Y K H S L
Decimal 160 228 26 0.30 0 0.89 0.11 80.2 0.8 0.5
Hex A0 E4 1A 1E 0 59 B 50 50 32
Octal 240 344 32 36 0 131 13 120 120 62
Binary 10100000 11100100 11010 11110 0 1011001 1011 1010000 1010000 110010

Color Harmonies of #A0E41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E41A

Black with #A0E41A

Text Example


Text Example

White with #A0E41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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