Html Css Color HEX #A0ED12 Inch Worm

📋 copy color: '#A0ED12'

red 160 ◦ green 237 ◦ blue 18

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

Shades of Inch Worm #A0ED12

Tints of Inch Worm #A0ED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.11%

 BLUE value IS 18 (7.42% from 255) = 4.34%

R = 38.55%
G = 57.11%
B = 4.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#A0ED12 (or 0xA0ED12) is known color: Inch Worm. HEX triplet: A0, ED and 12. RGB value is (160,237,18). Sum of RGB (Red+Green+Blue) = 160+237+18=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0ED12 is #5F12ED. Grayscale: #BDBDBD. Windows color (decimal): -6230766 or 1240480. OLE color: 1240480.

HSL color Cylindrical-coordinate representation of color #A0ED12: hue angle of 81.1º degrees, saturation: 0.86, 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 #A0ED12 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 18 -
CMYK 0.32 0 0.92 0.07
HSL 81.1º 0.86% 0.5% -
HSV(B) 81.1º 0.92% 0.93% -
XYZ 44.89 68.09 11.35 -
YUV 189.01 31.49 107.31 -
System Red Green Blue C M Y K H S L
Decimal 160 237 18 0.32 0 0.92 0.07 81.1 0.86 0.5
Hex A0 ED 12 20 0 5C 7 51 56 32
Octal 240 355 22 40 0 134 7 121 126 62
Binary 10100000 11101101 10010 100000 0 1011100 111 1010001 1010110 110010

Color Harmonies of #A0ED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED12

Black with #A0ED12

Text Example


Text Example

White with #A0ED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED12; }

 p { color: rgb(160,237,18); }

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

background-color css

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

 a { background-color: rgb(160,237,18); }

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

border-color css

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

 span { border-color: rgb(160,237,18); }

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