Html Css Color HEX #A1E80A Inch Worm

📋 copy color: '#A1E80A'

red 161 ◦ green 232 ◦ blue 10

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

Shades of Inch Worm #A1E80A

Tints of Inch Worm #A1E80A

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

 GREEN value IS 232 (91.02% from 255) = 57.57%

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

R = 39.95%
G = 57.57%
B = 2.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#A1E80A (or 0xA1E80A) is known color: Inch Worm. HEX triplet: A1, E8 and 0A. RGB value is (161,232,10). Sum of RGB (Red+Green+Blue) = 161+232+10=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 232 (91.02% from 255 or 57.57% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E80A is #5E17F5. Grayscale: #BABABA. Windows color (decimal): -6166518 or 714913. OLE color: 714913.

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

Color convert

RGB 161 232 10 -
CMYK 0.31 0 0.96 0.09
HSL 79.19º 0.92% 0.47% -
HSV(B) 79.19º 0.96% 0.91% -
XYZ 43.61 65.31 10.6 -
YUV 185.46 28.98 110.55 -
System Red Green Blue C M Y K H S L
Decimal 161 232 10 0.31 0 0.96 0.09 79.19 0.92 0.47
Hex A1 E8 A 1F 0 60 9 4F 5C 2F
Octal 241 350 12 37 0 140 11 117 134 57
Binary 10100001 11101000 1010 11111 0 1100000 1001 1001111 1011100 101111

Color Harmonies of #A1E80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E80A

Black with #A1E80A

Text Example


Text Example

White with #A1E80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E80A; }

 p { color: rgb(161,232,10); }

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

background-color css

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

 a { background-color: rgb(161,232,10); }

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

border-color css

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

 span { border-color: rgb(161,232,10); }

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