#A9D201

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

Shades of Inch Worm #A9D201

Tints of Inch Worm #A9D201

Color information

#A9D201 (or 0xA9D201) is unknown color: approx Inch Worm. HEX triplet: A9, D2 and 01. RGB value is (169,210,1). Sum of RGB (Red+Green+Blue) = 169+210+1=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D201 is #562DFE. Grayscale: #AEAEAE. Windows color (decimal): -5647871 or 119465. OLE color: 119465.

HSL color Cylindrical-coordinate representation of color #A9D201: hue angle of 71.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9D201 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB1692101-
CMYK0.2001.000.18
HSL71.77º99.05%41.37%-
HSV(B)71.77º99.52%82.35%-
XYZ39.4154.538.48-
YUV173.9230.42124.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 210 (82.42% from 255) = 55.26%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=44.47%
G=55.26%
B=0.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16921010.2001.000.1871.7799.0541.37
HexA9D211406412486329
Octal25132212401442211014351
Binary1010100111010010110100011001001001010010001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D201; }

 p { color: rgb(169,210,1); }

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

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

 a { background-color: rgb(169,210,1); }

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

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

 span { border-color: rgb(169,210,1); }

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