#A1D60A

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

Shades of Inch Worm #A1D60A

Tints of Inch Worm #A1D60A

Color information

#A1D60A (or 0xA1D60A) is unknown color: approx Inch Worm. HEX triplet: A1, D6 and 0A. RGB value is (161,214,10). Sum of RGB (Red+Green+Blue) = 161+214+10=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D60A is #5E29F5. Grayscale: #AFAFAF. Windows color (decimal): -6171126 or 710305. OLE color: 710305.

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

Color convert

RGB16121410-
CMYK0.2500.950.16
HSL75.59º91.07%43.92%-
HSV(B)75.59º95.33%83.92%-
XYZ38.855.698.99-
YUV174.934.94118.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 214 (83.98% from 255) = 55.58%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=41.82%
G=55.58%
B=2.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214100.2500.950.1675.5991.0743.92
HexA1D6A1905F104c5b2c
Octal241326123101372011413354
Binary1010000111010110101011001010111111000010011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D60A; }

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

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

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

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

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

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

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

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