#A1DC08

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

Shades of Inch Worm #A1DC08

Tints of Inch Worm #A1DC08

Color information

#A1DC08 (or 0xA1DC08) is unknown color: approx Inch Worm. HEX triplet: A1, DC and 08. RGB value is (161,220,8). Sum of RGB (Red+Green+Blue) = 161+220+8=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DC08 is #5E23F7. Grayscale: #B2B2B2. Windows color (decimal): -6169592 or 580769. OLE color: 580769.

HSL color Cylindrical-coordinate representation of color #A1DC08: hue angle of 76.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1DC08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB1612208-
CMYK0.2700.960.14
HSL76.7º92.98%44.71%-
HSV(B)76.7º96.36%86.27%-
XYZ40.3358.789.45-
YUV178.1931.95115.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 220 (86.33% from 255) = 56.56%
BLUE value IS 8 (3.52% from 255) = 2.06%
R=41.39%
G=56.56%
B=2.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16122080.2700.960.1476.792.9844.71
HexA1DC81B060E4d5d2d
Octal241334103301401611513555
Binary101000011101110010001101101100000111010011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC08; }

 p { color: rgb(161,220,8); }

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

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

 a { background-color: rgb(161,220,8); }

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

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

 span { border-color: rgb(161,220,8); }

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