#A4F010

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

Shades of Inch Worm #A4F010

Tints of Inch Worm #A4F010

Color information

#A4F010 (or 0xA4F010) is unknown color: approx Inch Worm. HEX triplet: A4, F0 and 10. RGB value is (164,240,16). Sum of RGB (Red+Green+Blue) = 164+240+16=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F010 is #5B0FEF. Grayscale: #C0C0C0. Windows color (decimal): -5967856 or 1110180. OLE color: 1110180.

HSL color Cylindrical-coordinate representation of color #A4F010: hue angle of 80.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4F010 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB16424016-
CMYK0.3200.930.06
HSL80.36º88.19%50.2%-
HSV(B)80.36º93.33%94.12%-
XYZ46.5670.2511.6-
YUV191.7428.82108.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 240 (94.14% from 255) = 57.14%
BLUE value IS 16 (6.64% from 255) = 3.81%
R=39.05%
G=57.14%
B=3.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164240160.3200.930.0680.3688.1950.2
HexA4F0102005D6505832
Octal24436020400135612013062
Binary1010010011110000100001000000101110111010100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F010; }

 p { color: rgb(164,240,16); }

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

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

 a { background-color: rgb(164,240,16); }

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

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

 span { border-color: rgb(164,240,16); }

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