Html Css Color HEX #A1E00E Inch Worm

📋 copy color: '#A1E00E'

red 161 ◦ green 224 ◦ blue 14

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

Shades of Inch Worm #A1E00E

Tints of Inch Worm #A1E00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.14%

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 40.35%
G = 56.14%
B = 3.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#A1E00E (or 0xA1E00E) is known color: Inch Worm. HEX triplet: A1, E0 and 0E. RGB value is (161,224,14). Sum of RGB (Red+Green+Blue) = 161+224+14=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E00E is #5E1FF1. Grayscale: #B5B5B5. Windows color (decimal): -6168562 or 975009. OLE color: 975009.

HSL color Cylindrical-coordinate representation of color #A1E00E: hue angle of 78º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1E00E is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 14 -
CMYK 0.28 0 0.94 0.12
HSL 78º 0.88% 0.47% -
HSV(B) 78º 0.94% 0.88% -
XYZ 41.43 60.92 9.99 -
YUV 181.22 33.63 113.58 -
System Red Green Blue C M Y K H S L
Decimal 161 224 14 0.28 0 0.94 0.12 78 0.88 0.47
Hex A1 E0 E 1C 0 5E C 4E 58 2F
Octal 241 340 16 34 0 136 14 116 130 57
Binary 10100001 11100000 1110 11100 0 1011110 1100 1001110 1011000 101111

Color Harmonies of #A1E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E00E

Black with #A1E00E

Text Example


Text Example

White with #A1E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E00E; }

 p { color: rgb(161,224,14); }

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

background-color css

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

 a { background-color: rgb(161,224,14); }

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

border-color css

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

 span { border-color: rgb(161,224,14); }

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