#A9D300

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

Shades of Inch Worm #A9D300

Tints of Inch Worm #A9D300

Color information

#A9D300 (or 0xA9D300) is unknown color: approx Inch Worm. HEX triplet: A9, D3 and 00. RGB value is (169,211,0). Sum of RGB (Red+Green+Blue) = 169+211+0=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 211 (82.81% from 255 or 55.53% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D300 is #562CFF. Grayscale: #AFAFAF. Windows color (decimal): -5647616 or 54185. OLE color: 54185.

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

Color convert

RGB1692110-
CMYK0.20010.17
HSL71.94º100%41.37%-
HSV(B)71.94º100%82.75%-
XYZ39.6655.028.53-
YUV174.3929.59124.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 211 (82.81% from 255) = 55.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.47%
G=55.53%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16921100.20010.1771.9410041.37
HexA9D301406411486429
Octal25132302401442111014451
Binary1010100111010011010100011001001000110010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D300; }

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

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

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

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

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

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

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

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