#A4F01F

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

Shades of Inch Worm #A4F01F

Tints of Inch Worm #A4F01F

Color information

#A4F01F (or 0xA4F01F) is unknown color: approx Inch Worm. HEX triplet: A4, F0 and 1F. RGB value is (164,240,31). Sum of RGB (Red+Green+Blue) = 164+240+31=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F01F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F01F is #5B0FE0. Grayscale: #C2C2C2. Windows color (decimal): -5967841 or 2093220. OLE color: 2093220.

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

Color convert

RGB16424031-
CMYK0.3200.870.06
HSL81.82º87.45%53.14%-
HSV(B)81.82º87.08%94.12%-
XYZ46.7270.3112.41-
YUV193.4536.32106.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 240 (94.14% from 255) = 55.17%
BLUE value IS 31 (12.5% from 255) = 7.13%
R=37.70%
G=55.17%
B=7.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164240310.3200.870.0681.8287.4553.14
HexA4F01F200576525735
Octal24436037400127612212765
Binary1010010011110000111111000000101011111010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F01F; }

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

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

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

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

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

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

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

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