Html Css Color HEX #A0D616 Inch Worm

📋 copy color: '#A0D616'

red 160 ◦ green 214 ◦ blue 22

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

Shades of Inch Worm #A0D616

Tints of Inch Worm #A0D616

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.04%

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 40.4%
G = 54.04%
B = 5.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A0D616 (or 0xA0D616) is known color: Inch Worm. HEX triplet: A0, D6 and 16. RGB value is (160,214,22). Sum of RGB (Red+Green+Blue) = 160+214+22=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D616 is #5F29E9. Grayscale: #B0B0B0. Windows color (decimal): -6236650 or 1496736. OLE color: 1496736.

HSL color Cylindrical-coordinate representation of color #A0D616: hue angle of 76.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0D616 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 22 -
CMYK 0.25 0 0.90 0.16
HSL 76.88º 0.81% 0.46% -
HSV(B) 76.88º 0.9% 0.84% -
XYZ 38.69 55.62 9.46 -
YUV 175.97 41.11 116.61 -
System Red Green Blue C M Y K H S L
Decimal 160 214 22 0.25 0 0.90 0.16 76.88 0.81 0.46
Hex A0 D6 16 19 0 5A 10 4D 51 2E
Octal 240 326 26 31 0 132 20 115 121 56
Binary 10100000 11010110 10110 11001 0 1011010 10000 1001101 1010001 101110

Color Harmonies of #A0D616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D616

Black with #A0D616

Text Example


Text Example

White with #A0D616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D616; }

 p { color: rgb(160,214,22); }

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

background-color css

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

 a { background-color: rgb(160,214,22); }

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

border-color css

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

 span { border-color: rgb(160,214,22); }

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