#a9d304

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

Shades of Inch Worm #A9D304

Tints of Inch Worm #A9D304

Color information

#A9D304 (or 0xA9D304) is unknown color: approx Inch Worm. HEX triplet: A9, D3 and 04. RGB value is (169,211,4). Sum of RGB (Red+Green+Blue) = 169+211+4=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D304 is #562CFB. Grayscale: #AFAFAF. Windows color (decimal): -5647612 or 316329. OLE color: 316329.

HSL color Cylindrical-coordinate representation of color #A9D304: hue angle of 72.17º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9D304 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB1692114-
CMYK0.2000.980.17
HSL72.17º96.28%42.16%-
HSV(B)72.17º98.1%82.75%-
XYZ39.6855.038.65-
YUV174.8431.59123.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 211 (82.81% from 255) = 54.95%
BLUE value IS 4 (1.95% from 255) = 1.04%
R=44.01%
G=54.95%
B=1.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16921140.2000.980.1772.1796.2842.16
HexA9D34140621148602a
Octal25132342401422111014052
Binary101010011101001110010100011000101000110010001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d304; }

 p { color: rgb(169,211,4); }

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

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

 a { background-color: rgb(169,211,4); }

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

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

 span { border-color: rgb(169,211,4); }

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