#A1D800

Color #A1D800 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A1D800

Tints of Inch Worm #A1D800

Color information

#A1D800 (or 0xA1D800) is unknown color: approx Inch Worm. HEX triplet: A1, D8 and 00. RGB value is (161,216,0). Sum of RGB (Red+Green+Blue) = 161+216+0=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D800 is #5E27FF. Grayscale: #AFAFAF. Windows color (decimal): -6170624 or 55457. OLE color: 55457.

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

Color convert

RGB1612160-
CMYK0.25010.15
HSL75.28º100%42.35%-
HSV(B)75.28º100%84.71%-
XYZ39.2556.698.87-
YUV174.9329.28118.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 216 (84.77% from 255) = 57.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.71%
G=57.29%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16121600.25010.1575.2810042.35
HexA1D8019064F4b642a
Octal24133003101441711314452
Binary101000011101100001100101100100111110010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D800; }

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

 H1.HeaderClassName
 {
   color: #A1D800;
 }
 .AnyTagClassName
 {
   color: #A1D800;
 }
</style>
background-color css

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

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

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

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

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

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