Html Css Color HEX #A0D81A Inch Worm

📋 copy color: '#A0D81A'

red 160 ◦ green 216 ◦ blue 26

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

Shades of Inch Worm #A0D81A

Tints of Inch Worm #A0D81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.47%

R = 39.8%
G = 53.73%
B = 6.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#A0D81A (or 0xA0D81A) is known color: Inch Worm. HEX triplet: A0, D8 and 1A. RGB value is (160,216,26). Sum of RGB (Red+Green+Blue) = 160+216+26=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D81A is #5F27E5. Grayscale: #B2B2B2. Windows color (decimal): -6236134 or 1759392. OLE color: 1759392.

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

Color convert

RGB 160 216 26 -
CMYK 0.26 0 0.88 0.15
HSL 77.68º 0.79% 0.47% -
HSV(B) 77.68º 0.88% 0.85% -
XYZ 39.24 56.66 9.85 -
YUV 177.6 42.45 115.45 -
System Red Green Blue C M Y K H S L
Decimal 160 216 26 0.26 0 0.88 0.15 77.68 0.79 0.47
Hex A0 D8 1A 1A 0 58 F 4E 4F 2F
Octal 240 330 32 32 0 130 17 116 117 57
Binary 10100000 11011000 11010 11010 0 1011000 1111 1001110 1001111 101111

Color Harmonies of #A0D81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D81A

Black with #A0D81A

Text Example


Text Example

White with #A0D81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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