Html Css Color HEX #A0D718 Inch Worm

📋 copy color: '#A0D718'

red 160 ◦ green 215 ◦ blue 24

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

Shades of Inch Worm #A0D718

Tints of Inch Worm #A0D718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.88%

 BLUE value IS 24 (9.77% from 255) = 6.02%

R = 40.1%
G = 53.88%
B = 6.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#A0D718 (or 0xA0D718) is known color: Inch Worm. HEX triplet: A0, D7 and 18. RGB value is (160,215,24). Sum of RGB (Red+Green+Blue) = 160+215+24=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D718 is #5F28E7. Grayscale: #B1B1B1. Windows color (decimal): -6236392 or 1628064. OLE color: 1628064.

HSL color Cylindrical-coordinate representation of color #A0D718: hue angle of 77.28º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0D718 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 24 -
CMYK 0.26 0 0.89 0.16
HSL 77.28º 0.8% 0.47% -
HSV(B) 77.28º 0.89% 0.84% -
XYZ 38.96 56.14 9.65 -
YUV 176.78 41.78 116.03 -
System Red Green Blue C M Y K H S L
Decimal 160 215 24 0.26 0 0.89 0.16 77.28 0.8 0.47
Hex A0 D7 18 1A 0 59 10 4D 50 2F
Octal 240 327 30 32 0 131 20 115 120 57
Binary 10100000 11010111 11000 11010 0 1011001 10000 1001101 1010000 101111

Color Harmonies of #A0D718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D718

Black with #A0D718

Text Example


Text Example

White with #A0D718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D718; }

 p { color: rgb(160,215,24); }

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

background-color css

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

 a { background-color: rgb(160,215,24); }

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

border-color css

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

 span { border-color: rgb(160,215,24); }

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