Html Css Color HEX #A1EF13 Inch Worm

📋 copy color: '#A1EF13'

red 161 ◦ green 239 ◦ blue 19

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

Shades of Inch Worm #A1EF13

Tints of Inch Worm #A1EF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.04%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 38.42%
G = 57.04%
B = 4.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#A1EF13 (or 0xA1EF13) is known color: Inch Worm. HEX triplet: A1, EF and 13. RGB value is (161,239,19). Sum of RGB (Red+Green+Blue) = 161+239+19=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1EF13 is #5E10EC. Grayscale: #BFBFBF. Windows color (decimal): -6164717 or 1306529. OLE color: 1306529.

HSL color Cylindrical-coordinate representation of color #A1EF13: hue angle of 81.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1EF13 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 19 -
CMYK 0.33 0 0.92 0.06
HSL 81.27º 0.87% 0.51% -
HSV(B) 81.27º 0.92% 0.94% -
XYZ 45.68 69.36 11.6 -
YUV 190.6 31.16 106.89 -
System Red Green Blue C M Y K H S L
Decimal 161 239 19 0.33 0 0.92 0.06 81.27 0.87 0.51
Hex A1 EF 13 21 0 5C 6 51 57 33
Octal 241 357 23 41 0 134 6 121 127 63
Binary 10100001 11101111 10011 100001 0 1011100 110 1010001 1010111 110011

Color Harmonies of #A1EF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF13

Black with #A1EF13

Text Example


Text Example

White with #A1EF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF13; }

 p { color: rgb(161,239,19); }

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

background-color css

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

 a { background-color: rgb(161,239,19); }

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

border-color css

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

 span { border-color: rgb(161,239,19); }

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