#A9DF12

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

Shades of Inch Worm #A9DF12

Tints of Inch Worm #A9DF12

Color information

#A9DF12 (or 0xA9DF12) is unknown color: approx Inch Worm. HEX triplet: A9, DF and 12. RGB value is (169,223,18). Sum of RGB (Red+Green+Blue) = 169+223+18=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9DF12 is #5620ED. Grayscale: #B8B8B8. Windows color (decimal): -5644526 or 1236905. OLE color: 1236905.

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

Color convert

RGB16922318-
CMYK0.2400.920.13
HSL75.8º85.06%47.25%-
HSV(B)75.8º91.93%87.45%-
XYZ42.8661.2510.14-
YUV183.4834.61117.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.22%
GREEN value IS 223 (87.5% from 255) = 54.39%
BLUE value IS 18 (7.42% from 255) = 4.39%
R=41.22%
G=54.39%
B=4.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169223180.2400.920.1375.885.0647.25
HexA9DF121805CD4c552f
Octal251337223001341511412557
Binary1010100111011111100101100001011100110110011001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DF12; }

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

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

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

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

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

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

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

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