#A8DF0E

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

Shades of Inch Worm #A8DF0E

Tints of Inch Worm #A8DF0E

Color information

#A8DF0E (or 0xA8DF0E) is unknown color: approx Inch Worm. HEX triplet: A8, DF and 0E. RGB value is (168,223,14). Sum of RGB (Red+Green+Blue) = 168+223+14=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF0E is #5720F1. Grayscale: #B7B7B7. Windows color (decimal): -5710066 or 974760. OLE color: 974760.

HSL color Cylindrical-coordinate representation of color #A8DF0E: hue angle of 75.79º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8DF0E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB16822314-
CMYK0.2500.940.13
HSL75.79º88.19%46.47%-
HSV(B)75.79º93.72%87.45%-
XYZ42.6261.139.97-
YUV182.7332.78117.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 223 (87.5% from 255) = 55.06%
BLUE value IS 14 (5.86% from 255) = 3.46%
R=41.48%
G=55.06%
B=3.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168223140.2500.940.1375.7988.1946.47
HexA8DFE1905ED4c582e
Octal250337163101361511413056
Binary101010001101111111101100101011110110110011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DF0E; }

 p { color: rgb(168,223,14); }

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

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

 a { background-color: rgb(168,223,14); }

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

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

 span { border-color: rgb(168,223,14); }

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