Html Css Color HEX #A0D90C Inch Worm

📋 copy color: '#A0D90C'

red 160 ◦ green 217 ◦ blue 12

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

Shades of Inch Worm #A0D90C

Tints of Inch Worm #A0D90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.78%

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

R = 41.13%
G = 55.78%
B = 3.08%

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

#A0D90C (or 0xA0D90C) is known color: Inch Worm. HEX triplet: A0, D9 and 0C. RGB value is (160,217,12). Sum of RGB (Red+Green+Blue) = 160+217+12=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D90C is #5F26F3. Grayscale: #B1B1B1. Windows color (decimal): -6235892 or 842144. OLE color: 842144.

HSL color Cylindrical-coordinate representation of color #A0D90C: hue angle of 76.68º degrees, saturation: 0.9, 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 #A0D90C is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 12 -
CMYK 0.26 0 0.94 0.15
HSL 76.68º 0.9% 0.45% -
HSV(B) 76.68º 0.94% 0.85% -
XYZ 39.38 57.13 9.3 -
YUV 176.59 35.12 116.17 -
System Red Green Blue C M Y K H S L
Decimal 160 217 12 0.26 0 0.94 0.15 76.68 0.9 0.45
Hex A0 D9 C 1A 0 5E F 4D 5A 2D
Octal 240 331 14 32 0 136 17 115 132 55
Binary 10100000 11011001 1100 11010 0 1011110 1111 1001101 1011010 101101

Color Harmonies of #A0D90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D90C

Black with #A0D90C

Text Example


Text Example

White with #A0D90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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