Html Css Color HEX #A1D700 Inch Worm

📋 copy color: '#A1D700'

red 161 ◦ green 215 ◦ blue 0

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

Shades of Inch Worm #A1D700

Tints of Inch Worm #A1D700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.18%

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

R = 42.82%
G = 57.18%
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

#A1D700 (or 0xA1D700) is known color: Inch Worm. HEX triplet: A1, D7 and 00. RGB value is (161,215,0). Sum of RGB (Red+Green+Blue) = 161+215+0=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D700 is #5E28FF. Grayscale: #AFAFAF. Windows color (decimal): -6170880 or 55201. OLE color: 55201.

HSL color Cylindrical-coordinate representation of color #A1D700: hue angle of 75.07º 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 #A1D700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 0 -
CMYK 0.25 0 1 0.16
HSL 75.07º 1% 0.42% -
HSV(B) 75.07º 1% 0.84% -
XYZ 39 56.18 8.79 -
YUV 174.34 29.61 118.48 -
System Red Green Blue C M Y K H S L
Decimal 161 215 0 0.25 0 1 0.16 75.07 1 0.42
Hex A1 D7 0 19 0 64 10 4B 64 2A
Octal 241 327 0 31 0 144 20 113 144 52
Binary 10100001 11010111 0 11001 0 1100100 10000 1001011 1100100 101010

Color Harmonies of #A1D700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D700

Black with #A1D700

Text Example


Text Example

White with #A1D700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D700; }

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

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

background-color css

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

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

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

border-color css

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

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

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