Html Css Color HEX #A4F013 Inch Worm

📋 copy color: '#A4F013'

red 164 ◦ green 240 ◦ blue 19

#A4F013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #A4F013

Tints of Inch Worm #A4F013

RGB

 RED value IS 164 (64.45% from 255) = 38.77%

 GREEN value IS 240 (94.14% from 255) = 56.74%

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 38.77%
G = 56.74%
B = 4.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#A4F013 (or 0xA4F013) is known color: Inch Worm. HEX triplet: A4, F0 and 13. RGB value is (164,240,19). Sum of RGB (Red+Green+Blue) = 164+240+19=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F013 is #5B0FEC. Grayscale: #C0C0C0. Windows color (decimal): -5967853 or 1306788. OLE color: 1306788.

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

Color convert

RGB 164 240 19 -
CMYK 0.32 0 0.92 0.06
HSL 80.63º 0.88% 0.51% -
HSV(B) 80.63º 0.92% 0.94% -
XYZ 46.59 70.26 11.72 -
YUV 192.08 30.32 107.97 -
System Red Green Blue C M Y K H S L
Decimal 164 240 19 0.32 0 0.92 0.06 80.63 0.88 0.51
Hex A4 F0 13 20 0 5C 6 51 58 33
Octal 244 360 23 40 0 134 6 121 130 63
Binary 10100100 11110000 10011 100000 0 1011100 110 1010001 1011000 110011

Color Harmonies of #A4F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F013

Black with #A4F013

Text Example


Text Example

White with #A4F013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F013; }

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

 H1.HeaderClassName
 {
   color: #A4F013;
 }
 .AnyTagClassName
 {
   color: #A4F013;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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