Html Css Color HEX #A1D90D Inch Worm

📋 copy color: '#A1D90D'

red 161 ◦ green 217 ◦ blue 13

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

Shades of Inch Worm #A1D90D

Tints of Inch Worm #A1D90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.5%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 41.18%
G = 55.5%
B = 3.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A1D90D (or 0xA1D90D) is known color: Inch Worm. HEX triplet: A1, D9 and 0D. RGB value is (161,217,13). Sum of RGB (Red+Green+Blue) = 161+217+13=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D90D is #5E26F2. Grayscale: #B1B1B1. Windows color (decimal): -6170355 or 907681. OLE color: 907681.

HSL color Cylindrical-coordinate representation of color #A1D90D: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1D90D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 13 -
CMYK 0.26 0 0.94 0.15
HSL 76.47º 0.89% 0.45% -
HSV(B) 76.47º 0.94% 0.85% -
XYZ 39.58 57.23 9.34 -
YUV 177 35.45 116.59 -
System Red Green Blue C M Y K H S L
Decimal 161 217 13 0.26 0 0.94 0.15 76.47 0.89 0.45
Hex A1 D9 D 1A 0 5E F 4C 59 2D
Octal 241 331 15 32 0 136 17 114 131 55
Binary 10100001 11011001 1101 11010 0 1011110 1111 1001100 1011001 101101

Color Harmonies of #A1D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D90D

Black with #A1D90D

Text Example


Text Example

White with #A1D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D90D; }

 p { color: rgb(161,217,13); }

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

background-color css

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

 a { background-color: rgb(161,217,13); }

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

border-color css

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

 span { border-color: rgb(161,217,13); }

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