Html Css Color HEX #A4EC10 Inch Worm

📋 copy color: '#A4EC10'

red 164 ◦ green 236 ◦ blue 16

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

Shades of Inch Worm #A4EC10

Tints of Inch Worm #A4EC10

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.73%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 39.42%
G = 56.73%
B = 3.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#A4EC10 (or 0xA4EC10) is known color: Inch Worm. HEX triplet: A4, EC and 10. RGB value is (164,236,16). Sum of RGB (Red+Green+Blue) = 164+236+16=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4EC10 is #5B13EF. Grayscale: #BEBEBE. Windows color (decimal): -5968880 or 1109156. OLE color: 1109156.

HSL color Cylindrical-coordinate representation of color #A4EC10: hue angle of 79.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4EC10 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 236 16 -
CMYK 0.31 0 0.93 0.07
HSL 79.64º 0.87% 0.49% -
HSV(B) 79.64º 0.93% 0.93% -
XYZ 45.4 67.92 11.21 -
YUV 189.39 30.15 109.89 -
System Red Green Blue C M Y K H S L
Decimal 164 236 16 0.31 0 0.93 0.07 79.64 0.87 0.49
Hex A4 EC 10 1F 0 5D 7 50 57 31
Octal 244 354 20 37 0 135 7 120 127 61
Binary 10100100 11101100 10000 11111 0 1011101 111 1010000 1010111 110001

Color Harmonies of #A4EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EC10

Black with #A4EC10

Text Example


Text Example

White with #A4EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EC10; }

 p { color: rgb(164,236,16); }

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

background-color css

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

 a { background-color: rgb(164,236,16); }

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

border-color css

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

 span { border-color: rgb(164,236,16); }

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