#A9DF05

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

Shades of Inch Worm #A9DF05

Tints of Inch Worm #A9DF05

Color information

#A9DF05 (or 0xA9DF05) is unknown color: approx Inch Worm. HEX triplet: A9, DF and 05. RGB value is (169,223,5). Sum of RGB (Red+Green+Blue) = 169+223+5=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF05 is #5620FA. Grayscale: #B6B6B6. Windows color (decimal): -5644539 or 384937. OLE color: 384937.

HSL color Cylindrical-coordinate representation of color #A9DF05: hue angle of 74.86º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9DF05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB1692235-
CMYK0.2400.980.13
HSL74.86º95.61%44.71%-
HSV(B)74.86º97.76%87.45%-
XYZ42.7861.229.71-
YUV18228.11118.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 223 (87.5% from 255) = 56.17%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=42.57%
G=56.17%
B=1.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16922350.2400.980.1374.8695.6144.71
HexA9DF518062D4b602d
Octal25133753001421511314055
Binary10101001110111111011100001100010110110010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DF05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DF05; }

 p { color: rgb(169,223,5); }

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

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

 a { background-color: rgb(169,223,5); }

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

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

 span { border-color: rgb(169,223,5); }

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