Html Css Color HEX #A0D80C Inch Worm

📋 copy color: '#A0D80C'

red 160 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #A0D80C

Tints of Inch Worm #A0D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.67%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 41.24%
G = 55.67%
B = 3.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#A0D80C (or 0xA0D80C) is known color: Inch Worm. HEX triplet: A0, D8 and 0C. RGB value is (160,216,12). Sum of RGB (Red+Green+Blue) = 160+216+12=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D80C is #5F27F3. Grayscale: #B0B0B0. Windows color (decimal): -6236148 or 841888. OLE color: 841888.

HSL color Cylindrical-coordinate representation of color #A0D80C: hue angle of 76.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0D80C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 12 -
CMYK 0.26 0 0.94 0.15
HSL 76.47º 0.89% 0.45% -
HSV(B) 76.47º 0.94% 0.85% -
XYZ 39.12 56.61 9.21 -
YUV 176 35.45 116.59 -
System Red Green Blue C M Y K H S L
Decimal 160 216 12 0.26 0 0.94 0.15 76.47 0.89 0.45
Hex A0 D8 C 1A 0 5E F 4C 59 2D
Octal 240 330 14 32 0 136 17 114 131 55
Binary 10100000 11011000 1100 11010 0 1011110 1111 1001100 1011001 101101

Color Harmonies of #A0D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D80C

Black with #A0D80C

Text Example


Text Example

White with #A0D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D80C; }

 p { color: rgb(160,216,12); }

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

background-color css

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

 a { background-color: rgb(160,216,12); }

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

border-color css

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

 span { border-color: rgb(160,216,12); }

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