Html Css Color HEX #A1D600 Inch Worm

📋 copy color: '#A1D600'

red 161 ◦ green 214 ◦ blue 0

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

Shades of Inch Worm #A1D600

Tints of Inch Worm #A1D600

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.93%
G = 57.07%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#A1D600 (or 0xA1D600) is known color: Inch Worm. HEX triplet: A1, D6 and 00. RGB value is (161,214,0). Sum of RGB (Red+Green+Blue) = 161+214+0=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D600 is #5E29FF. Grayscale: #AEAEAE. Windows color (decimal): -6171136 or 54945. OLE color: 54945.

HSL color Cylindrical-coordinate representation of color #A1D600: hue angle of 74.86º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1D600 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 0 -
CMYK 0.25 0 1 0.16
HSL 74.86º 1% 0.42% -
HSV(B) 74.86º 1% 0.84% -
XYZ 38.74 55.67 8.7 -
YUV 173.76 29.94 118.9 -
System Red Green Blue C M Y K H S L
Decimal 161 214 0 0.25 0 1 0.16 74.86 1 0.42
Hex A1 D6 0 19 0 64 10 4B 64 2A
Octal 241 326 0 31 0 144 20 113 144 52
Binary 10100001 11010110 0 11001 0 1100100 10000 1001011 1100100 101010

Color Harmonies of #A1D600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D600

Black with #A1D600

Text Example


Text Example

White with #A1D600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D600; }

 p { color: rgb(161,214,0); }

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

background-color css

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

 a { background-color: rgb(161,214,0); }

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

border-color css

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

 span { border-color: rgb(161,214,0); }

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