Html Css Color HEX #A4F01A Inch Worm

📋 copy color: '#A4F01A'

red 164 ◦ green 240 ◦ blue 26

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

Shades of Inch Worm #A4F01A

Tints of Inch Worm #A4F01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.05%

R = 38.14%
G = 55.81%
B = 6.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#A4F01A (or 0xA4F01A) is known color: Inch Worm. HEX triplet: A4, F0 and 1A. RGB value is (164,240,26). Sum of RGB (Red+Green+Blue) = 164+240+26=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F01A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F01A is #5B0FE5. Grayscale: #C1C1C1. Windows color (decimal): -5967846 or 1765540. OLE color: 1765540.

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

Color convert

RGB 164 240 26 -
CMYK 0.32 0 0.89 0.06
HSL 81.31º 0.88% 0.52% -
HSV(B) 81.31º 0.89% 0.94% -
XYZ 46.66 70.29 12.09 -
YUV 192.88 33.82 107.4 -
System Red Green Blue C M Y K H S L
Decimal 164 240 26 0.32 0 0.89 0.06 81.31 0.88 0.52
Hex A4 F0 1A 20 0 59 6 51 58 34
Octal 244 360 32 40 0 131 6 121 130 64
Binary 10100100 11110000 11010 100000 0 1011001 110 1010001 1011000 110100

Color Harmonies of #A4F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F01A

Black with #A4F01A

Text Example


Text Example

White with #A4F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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