#a1dd1c

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

Shades of Inch Worm #A1DD1C

Tints of Inch Worm #A1DD1C

Color information

#A1DD1C (or 0xA1DD1C) is unknown color: approx Inch Worm. HEX triplet: A1, DD and 1C. RGB value is (161,221,28). Sum of RGB (Red+Green+Blue) = 161+221+28=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD1C is #5E22E3. Grayscale: #B5B5B5. Windows color (decimal): -6169316 or 1891745. OLE color: 1891745.

HSL color Cylindrical-coordinate representation of color #A1DD1C: hue angle of 78.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A1DD1C is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB16122128-
CMYK0.2700.870.13
HSL78.65º77.51%48.82%-
HSV(B)78.65º87.33%86.67%-
XYZ40.7659.3710.41-
YUV181.0641.62113.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 221 (86.72% from 255) = 53.90%
BLUE value IS 28 (11.33% from 255) = 6.83%
R=39.27%
G=53.90%
B=6.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221280.2700.870.1378.6577.5148.82
HexA1DD1C1B057D4f4e31
Octal241335343301271511711661
Binary1010000111011101111001101101010111110110011111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1dd1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1dd1c; }

 p { color: rgb(161,221,28); }

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

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

 a { background-color: rgb(161,221,28); }

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

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

 span { border-color: rgb(161,221,28); }

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