Html Css Color HEX #A4E30A Inch Worm

📋 copy color: '#A4E30A'

red 164 ◦ green 227 ◦ blue 10

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

Shades of Inch Worm #A4E30A

Tints of Inch Worm #A4E30A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 56.61%

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 40.9%
G = 56.61%
B = 2.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#A4E30A (or 0xA4E30A) is known color: Inch Worm. HEX triplet: A4, E3 and 0A. RGB value is (164,227,10). Sum of RGB (Red+Green+Blue) = 164+227+10=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 227 (89.06% from 255 or 56.61% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E30A is #5B1CF5. Grayscale: #B8B8B8. Windows color (decimal): -5971190 or 713636. OLE color: 713636.

HSL color Cylindrical-coordinate representation of color #A4E30A: hue angle of 77.42º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4E30A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 227 10 -
CMYK 0.28 0 0.96 0.11
HSL 77.42º 0.92% 0.46% -
HSV(B) 77.42º 0.96% 0.89% -
XYZ 42.83 62.85 10.16 -
YUV 183.43 30.13 114.14 -
System Red Green Blue C M Y K H S L
Decimal 164 227 10 0.28 0 0.96 0.11 77.42 0.92 0.46
Hex A4 E3 A 1C 0 60 B 4D 5C 2E
Octal 244 343 12 34 0 140 13 115 134 56
Binary 10100100 11100011 1010 11100 0 1100000 1011 1001101 1011100 101110

Color Harmonies of #A4E30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E30A

Black with #A4E30A

Text Example


Text Example

White with #A4E30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E30A; }

 p { color: rgb(164,227,10); }

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

background-color css

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

 a { background-color: rgb(164,227,10); }

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

border-color css

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

 span { border-color: rgb(164,227,10); }

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