#A1D60E

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

Shades of Inch Worm #A1D60E

Tints of Inch Worm #A1D60E

Color information

#A1D60E (or 0xA1D60E) is unknown color: approx Inch Worm. HEX triplet: A1, D6 and 0E. RGB value is (161,214,14). Sum of RGB (Red+Green+Blue) = 161+214+14=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D60E is #5E29F1. Grayscale: #B0B0B0. Windows color (decimal): -6171122 or 972449. OLE color: 972449.

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

Color convert

RGB16121414-
CMYK0.2500.930.16
HSL75.9º87.72%44.71%-
HSV(B)75.9º93.46%83.92%-
XYZ38.8255.79.12-
YUV175.3536.94117.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 214 (83.98% from 255) = 55.01%
BLUE value IS 14 (5.86% from 255) = 3.60%
R=41.39%
G=55.01%
B=3.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214140.2500.930.1675.987.7244.71
HexA1D6E1905D104c582d
Octal241326163101352011413055
Binary1010000111010110111011001010111011000010011001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D60E; }

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

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

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

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

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

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

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

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