Html Css Color HEX #A0EC15 Inch Worm

📋 copy color: '#A0EC15'

red 160 ◦ green 236 ◦ blue 21

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

Shades of Inch Worm #A0EC15

Tints of Inch Worm #A0EC15

RGB

 RED value IS 160 (62.89% from 255) = 38.37%

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 38.37%
G = 56.59%
B = 5.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#A0EC15 (or 0xA0EC15) is known color: Inch Worm. HEX triplet: A0, EC and 15. RGB value is (160,236,21). Sum of RGB (Red+Green+Blue) = 160+236+21=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EC15 is #5F13EA. Grayscale: #BDBDBD. Windows color (decimal): -6231019 or 1436832. OLE color: 1436832.

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

Color convert

RGB 160 236 21 -
CMYK 0.32 0 0.91 0.07
HSL 81.21º 0.85% 0.5% -
HSV(B) 81.21º 0.91% 0.93% -
XYZ 44.63 67.52 11.39 -
YUV 188.77 33.32 107.48 -
System Red Green Blue C M Y K H S L
Decimal 160 236 21 0.32 0 0.91 0.07 81.21 0.85 0.5
Hex A0 EC 15 20 0 5B 7 51 55 32
Octal 240 354 25 40 0 133 7 121 125 62
Binary 10100000 11101100 10101 100000 0 1011011 111 1010001 1010101 110010

Color Harmonies of #A0EC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC15

Black with #A0EC15

Text Example


Text Example

White with #A0EC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC15; }

 p { color: rgb(160,236,21); }

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

background-color css

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

 a { background-color: rgb(160,236,21); }

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

border-color css

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

 span { border-color: rgb(160,236,21); }

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