Html Css Color HEX #A0D81C Inch Worm

📋 copy color: '#A0D81C'

red 160 ◦ green 216 ◦ blue 28

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

Shades of Inch Worm #A0D81C

Tints of Inch Worm #A0D81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.93%

R = 39.6%
G = 53.47%
B = 6.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#A0D81C (or 0xA0D81C) is known color: Inch Worm. HEX triplet: A0, D8 and 1C. RGB value is (160,216,28). Sum of RGB (Red+Green+Blue) = 160+216+28=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D81C is #5F27E3. Grayscale: #B2B2B2. Windows color (decimal): -6236132 or 1890464. OLE color: 1890464.

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

Color convert

RGB 160 216 28 -
CMYK 0.26 0 0.87 0.15
HSL 77.87º 0.77% 0.48% -
HSV(B) 77.87º 0.87% 0.85% -
XYZ 39.26 56.67 9.97 -
YUV 177.82 43.45 115.29 -
System Red Green Blue C M Y K H S L
Decimal 160 216 28 0.26 0 0.87 0.15 77.87 0.77 0.48
Hex A0 D8 1C 1A 0 57 F 4E 4D 30
Octal 240 330 34 32 0 127 17 116 115 60
Binary 10100000 11011000 11100 11010 0 1010111 1111 1001110 1001101 110000

Color Harmonies of #A0D81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D81C

Black with #A0D81C

Text Example


Text Example

White with #A0D81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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