Html Css Color HEX #A1E618 Inch Worm

📋 copy color: '#A1E618'

red 161 ◦ green 230 ◦ blue 24

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

Shades of Inch Worm #A1E618

Tints of Inch Worm #A1E618

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.42%

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 38.8%
G = 55.42%
B = 5.78%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#A1E618 (or 0xA1E618) is known color: Inch Worm. HEX triplet: A1, E6 and 18. RGB value is (161,230,24). Sum of RGB (Red+Green+Blue) = 161+230+24=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 230 (90.23% from 255 or 55.42% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E618 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E618 is #5E19E7. Grayscale: #BABABA. Windows color (decimal): -6167016 or 1631905. OLE color: 1631905.

HSL color Cylindrical-coordinate representation of color #A1E618: hue angle of 80.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1E618 is Cyan = 0.3, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 24 -
CMYK 0.3 0 0.90 0.10
HSL 80.1º 0.81% 0.5% -
HSV(B) 80.1º 0.9% 0.9% -
XYZ 43.16 64.24 10.99 -
YUV 185.89 36.64 110.25 -
System Red Green Blue C M Y K H S L
Decimal 161 230 24 0.3 0 0.90 0.10 80.1 0.81 0.5
Hex A1 E6 18 1E 0 5A A 50 51 32
Octal 241 346 30 36 0 132 12 120 121 62
Binary 10100001 11100110 11000 11110 0 1011010 1010 1010000 1010001 110010

Color Harmonies of #A1E618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E618

Black with #A1E618

Text Example


Text Example

White with #A1E618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E618; }

 p { color: rgb(161,230,24); }

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

background-color css

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

 a { background-color: rgb(161,230,24); }

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

border-color css

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

 span { border-color: rgb(161,230,24); }

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