#A8F416

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

Shades of Inch Worm #A8F416

Tints of Inch Worm #A8F416

Color information

#A8F416 (or 0xA8F416) is unknown color: approx Inch Worm. HEX triplet: A8, F4 and 16. RGB value is (168,244,22). Sum of RGB (Red+Green+Blue) = 168+244+22=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 244 (95.70% from 255 or 56.22% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F416 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8F416 is #570BE9. Grayscale: #C4C4C4. Windows color (decimal): -5704682 or 1504424. OLE color: 1504424.

HSL color Cylindrical-coordinate representation of color #A8F416: hue angle of 80.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8F416 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB16824422-
CMYK0.3100.910.04
HSL80.54º90.98%52.16%-
HSV(B)80.54º90.98%95.69%-
XYZ48.6473.0812.3-
YUV195.9729.82108.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 244 (95.70% from 255) = 56.22%
BLUE value IS 22 (8.98% from 255) = 5.07%
R=38.71%
G=56.22%
B=5.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168244220.3100.910.0480.5490.9852.16
HexA8F4161F05B4515b34
Octal25036426370133412113364
Binary101010001111010010110111110101101110010100011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F416; }

 p { color: rgb(168,244,22); }

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

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

 a { background-color: rgb(168,244,22); }

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

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

 span { border-color: rgb(168,244,22); }

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