Html Css Color HEX #A4E400 Inch Worm

📋 copy color: '#A4E400'

red 164 ◦ green 228 ◦ blue 0

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

Shades of Inch Worm #A4E400

Tints of Inch Worm #A4E400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.84%
G = 58.16%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#A4E400 (or 0xA4E400) is known color: Inch Worm. HEX triplet: A4, E4 and 00. RGB value is (164,228,0). Sum of RGB (Red+Green+Blue) = 164+228+0=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E400 is #5B1BFF. Grayscale: #B7B7B7. Windows color (decimal): -5970944 or 58532. OLE color: 58532.

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

Color convert

RGB 164 228 0 -
CMYK 0.28 0 1 0.11
HSL 76.84º 1% 0.45% -
HSV(B) 76.84º 1% 0.89% -
XYZ 43.05 63.38 9.96 -
YUV 182.87 24.8 114.54 -
System Red Green Blue C M Y K H S L
Decimal 164 228 0 0.28 0 1 0.11 76.84 1 0.45
Hex A4 E4 0 1C 0 64 B 4D 64 2D
Octal 244 344 0 34 0 144 13 115 144 55
Binary 10100100 11100100 0 11100 0 1100100 1011 1001101 1100100 101101

Color Harmonies of #A4E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E400

Black with #A4E400

Text Example


Text Example

White with #A4E400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E400; }

 p { color: rgb(164,228,0); }

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

background-color css

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

 a { background-color: rgb(164,228,0); }

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

border-color css

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

 span { border-color: rgb(164,228,0); }

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