Html Css Color HEX #A5EC13 Inch Worm

📋 copy color: '#A5EC13'

red 165 ◦ green 236 ◦ blue 19

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

Shades of Inch Worm #A5EC13

Tints of Inch Worm #A5EC13

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

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

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

R = 39.29%
G = 56.19%
B = 4.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#A5EC13 (or 0xA5EC13) is known color: Inch Worm. HEX triplet: A5, EC and 13. RGB value is (165,236,19). Sum of RGB (Red+Green+Blue) = 165+236+19=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A5EC13 is #5A13EC. Grayscale: #BEBEBE. Windows color (decimal): -5903341 or 1305765. OLE color: 1305765.

HSL color Cylindrical-coordinate representation of color #A5EC13: hue angle of 79.63º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5EC13 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 19 -
CMYK 0.30 0 0.92 0.07
HSL 79.63º 0.85% 0.5% -
HSV(B) 79.63º 0.92% 0.93% -
XYZ 45.63 68.04 11.34 -
YUV 190.03 31.48 110.14 -
System Red Green Blue C M Y K H S L
Decimal 165 236 19 0.30 0 0.92 0.07 79.63 0.85 0.5
Hex A5 EC 13 1E 0 5C 7 50 55 32
Octal 245 354 23 36 0 134 7 120 125 62
Binary 10100101 11101100 10011 11110 0 1011100 111 1010000 1010101 110010

Color Harmonies of #A5EC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EC13

Black with #A5EC13

Text Example


Text Example

White with #A5EC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EC13; }

 p { color: rgb(165,236,19); }

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

background-color css

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

 a { background-color: rgb(165,236,19); }

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

border-color css

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

 span { border-color: rgb(165,236,19); }

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