Html Css Color HEX #A0DC09 Inch Worm

📋 copy color: '#A0DC09'

red 160 ◦ green 220 ◦ blue 9

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

Shades of Inch Worm #A0DC09

Tints of Inch Worm #A0DC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.56%

 BLUE value IS 9 (3.91% from 255) = 2.31%

R = 41.13%
G = 56.56%
B = 2.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#A0DC09 (or 0xA0DC09) is known color: Inch Worm. HEX triplet: A0, DC and 09. RGB value is (160,220,9). Sum of RGB (Red+Green+Blue) = 160+220+9=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0DC09 is #5F23F6. Grayscale: #B2B2B2. Windows color (decimal): -6235127 or 646304. OLE color: 646304.

HSL color Cylindrical-coordinate representation of color #A0DC09: hue angle of 77.06º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0DC09 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 9 -
CMYK 0.27 0 0.96 0.14
HSL 77.06º 0.92% 0.45% -
HSV(B) 77.06º 0.96% 0.86% -
XYZ 40.14 58.68 9.47 -
YUV 178.01 32.62 115.16 -
System Red Green Blue C M Y K H S L
Decimal 160 220 9 0.27 0 0.96 0.14 77.06 0.92 0.45
Hex A0 DC 9 1B 0 60 E 4D 5C 2D
Octal 240 334 11 33 0 140 16 115 134 55
Binary 10100000 11011100 1001 11011 0 1100000 1110 1001101 1011100 101101

Color Harmonies of #A0DC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC09

Black with #A0DC09

Text Example


Text Example

White with #A0DC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC09; }

 p { color: rgb(160,220,9); }

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

background-color css

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

 a { background-color: rgb(160,220,9); }

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

border-color css

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

 span { border-color: rgb(160,220,9); }

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