Html Css Color HEX #A0EE15 Inch Worm

📋 copy color: '#A0EE15'

red 160 ◦ green 238 ◦ blue 21

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

Shades of Inch Worm #A0EE15

Tints of Inch Worm #A0EE15

RGB

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

 GREEN value IS 238 (93.36% from 255) = 56.8%

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

R = 38.19%
G = 56.8%
B = 5.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#A0EE15 (or 0xA0EE15) is known color: Inch Worm. HEX triplet: A0, EE and 15. RGB value is (160,238,21). Sum of RGB (Red+Green+Blue) = 160+238+21=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0EE15 is #5F11EA. Grayscale: #BEBEBE. Windows color (decimal): -6230507 or 1437344. OLE color: 1437344.

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

Color convert

RGB 160 238 21 -
CMYK 0.33 0 0.91 0.07
HSL 81.57º 0.86% 0.51% -
HSV(B) 81.57º 0.91% 0.93% -
XYZ 45.21 68.68 11.58 -
YUV 189.94 32.66 106.64 -
System Red Green Blue C M Y K H S L
Decimal 160 238 21 0.33 0 0.91 0.07 81.57 0.86 0.51
Hex A0 EE 15 21 0 5B 7 52 56 33
Octal 240 356 25 41 0 133 7 122 126 63
Binary 10100000 11101110 10101 100001 0 1011011 111 1010010 1010110 110011

Color Harmonies of #A0EE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE15

Black with #A0EE15

Text Example


Text Example

White with #A0EE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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