Html Css Color HEX #A0E40A Inch Worm

📋 copy color: '#A0E40A'

red 160 ◦ green 228 ◦ blue 10

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

Shades of Inch Worm #A0E40A

Tints of Inch Worm #A0E40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 40.2%
G = 57.29%
B = 2.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#A0E40A (or 0xA0E40A) is known color: Inch Worm. HEX triplet: A0, E4 and 0A. RGB value is (160,228,10). Sum of RGB (Red+Green+Blue) = 160+228+10=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E40A is #5F1BF5. Grayscale: #B7B7B7. Windows color (decimal): -6233078 or 713888. OLE color: 713888.

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

Color convert

RGB 160 228 10 -
CMYK 0.30 0 0.96 0.11
HSL 78.72º 0.92% 0.47% -
HSV(B) 78.72º 0.96% 0.89% -
XYZ 42.3 62.98 10.21 -
YUV 182.82 30.47 111.73 -
System Red Green Blue C M Y K H S L
Decimal 160 228 10 0.30 0 0.96 0.11 78.72 0.92 0.47
Hex A0 E4 A 1E 0 60 B 4F 5C 2F
Octal 240 344 12 36 0 140 13 117 134 57
Binary 10100000 11100100 1010 11110 0 1100000 1011 1001111 1011100 101111

Color Harmonies of #A0E40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E40A

Black with #A0E40A

Text Example


Text Example

White with #A0E40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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