Html Css Color HEX #A1E912 Inch Worm

📋 copy color: '#A1E912'

red 161 ◦ green 233 ◦ blue 18

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

Shades of Inch Worm #A1E912

Tints of Inch Worm #A1E912

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.55%

 BLUE value IS 18 (7.42% from 255) = 4.37%

R = 39.08%
G = 56.55%
B = 4.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#A1E912 (or 0xA1E912) is known color: Inch Worm. HEX triplet: A1, E9 and 12. RGB value is (161,233,18). Sum of RGB (Red+Green+Blue) = 161+233+18=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 233 (91.41% from 255 or 56.55% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E912 is #5E16ED. Grayscale: #BBBBBB. Windows color (decimal): -6166254 or 1239457. OLE color: 1239457.

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

Color convert

RGB 161 233 18 -
CMYK 0.31 0 0.92 0.09
HSL 80.09º 0.86% 0.49% -
HSV(B) 80.09º 0.92% 0.91% -
XYZ 43.95 65.9 10.98 -
YUV 186.96 32.65 109.48 -
System Red Green Blue C M Y K H S L
Decimal 161 233 18 0.31 0 0.92 0.09 80.09 0.86 0.49
Hex A1 E9 12 1F 0 5C 9 50 56 31
Octal 241 351 22 37 0 134 11 120 126 61
Binary 10100001 11101001 10010 11111 0 1011100 1001 1010000 1010110 110001

Color Harmonies of #A1E912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E912

Black with #A1E912

Text Example


Text Example

White with #A1E912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E912; }

 p { color: rgb(161,233,18); }

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

background-color css

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

 a { background-color: rgb(161,233,18); }

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

border-color css

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

 span { border-color: rgb(161,233,18); }

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