Html Css Color HEX #A0E109 Inch Worm

📋 copy color: '#A0E109'

red 160 ◦ green 225 ◦ blue 9

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

Shades of Inch Worm #A0E109

Tints of Inch Worm #A0E109

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.11%

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

R = 40.61%
G = 57.11%
B = 2.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#A0E109 (or 0xA0E109) is known color: Inch Worm. HEX triplet: A0, E1 and 09. RGB value is (160,225,9). Sum of RGB (Red+Green+Blue) = 160+225+9=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E109 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0E109 is #5F1EF6. Grayscale: #B5B5B5. Windows color (decimal): -6233847 or 647584. OLE color: 647584.

HSL color Cylindrical-coordinate representation of color #A0E109: hue angle of 78.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0E109 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 9 -
CMYK 0.29 0 0.96 0.12
HSL 78.06º 0.92% 0.46% -
HSV(B) 78.06º 0.96% 0.88% -
XYZ 41.47 61.34 9.91 -
YUV 180.94 30.97 113.06 -
System Red Green Blue C M Y K H S L
Decimal 160 225 9 0.29 0 0.96 0.12 78.06 0.92 0.46
Hex A0 E1 9 1D 0 60 C 4E 5C 2E
Octal 240 341 11 35 0 140 14 116 134 56
Binary 10100000 11100001 1001 11101 0 1100000 1100 1001110 1011100 101110

Color Harmonies of #A0E109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E109

Black with #A0E109

Text Example


Text Example

White with #A0E109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E109; }

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

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

background-color css

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

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

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

border-color css

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

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

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