#A9DA13

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

Shades of Inch Worm #A9DA13

Tints of Inch Worm #A9DA13

Color information

#A9DA13 (or 0xA9DA13) is unknown color: approx Inch Worm. HEX triplet: A9, DA and 13. RGB value is (169,218,19). Sum of RGB (Red+Green+Blue) = 169+218+19=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DA13 is #5625EC. Grayscale: #B5B5B5. Windows color (decimal): -5645805 or 1301161. OLE color: 1301161.

HSL color Cylindrical-coordinate representation of color #A9DA13: hue angle of 74.77º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9DA13 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB16921819-
CMYK0.2200.910.15
HSL74.77º83.97%46.47%-
HSV(B)74.77º91.28%85.49%-
XYZ41.5558.629.74-
YUV180.6636.77119.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 218 (85.55% from 255) = 53.69%
BLUE value IS 19 (7.81% from 255) = 4.68%
R=41.63%
G=53.69%
B=4.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169218190.2200.910.1574.7783.9746.47
HexA9DA131605BF4b542e
Octal251332232601331711312456
Binary1010100111011010100111011001011011111110010111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DA13; }

 p { color: rgb(169,218,19); }

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

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

 a { background-color: rgb(169,218,19); }

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

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

 span { border-color: rgb(169,218,19); }

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