Html Css Color HEX #A6DC18 Inch Worm

📋 copy color: '#A6DC18'

red 166 ◦ green 220 ◦ blue 24

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

Shades of Inch Worm #A6DC18

Tints of Inch Worm #A6DC18

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

 GREEN value IS 220 (86.33% from 255) = 53.66%

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

R = 40.49%
G = 53.66%
B = 5.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#A6DC18 (or 0xA6DC18) is known color: Inch Worm. HEX triplet: A6, DC and 18. RGB value is (166,220,24). Sum of RGB (Red+Green+Blue) = 166+220+24=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6DC18 is #5923E7. Grayscale: #B6B6B6. Windows color (decimal): -5841896 or 1629350. OLE color: 1629350.

HSL color Cylindrical-coordinate representation of color #A6DC18: hue angle of 76.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6DC18 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 24 -
CMYK 0.25 0 0.89 0.14
HSL 76.53º 0.8% 0.48% -
HSV(B) 76.53º 0.89% 0.86% -
XYZ 41.48 59.36 10.14 -
YUV 181.51 39.11 116.94 -
System Red Green Blue C M Y K H S L
Decimal 166 220 24 0.25 0 0.89 0.14 76.53 0.8 0.48
Hex A6 DC 18 19 0 59 E 4D 50 30
Octal 246 334 30 31 0 131 16 115 120 60
Binary 10100110 11011100 11000 11001 0 1011001 1110 1001101 1010000 110000

Color Harmonies of #A6DC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC18

Black with #A6DC18

Text Example


Text Example

White with #A6DC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC18; }

 p { color: rgb(166,220,24); }

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

background-color css

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

 a { background-color: rgb(166,220,24); }

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

border-color css

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

 span { border-color: rgb(166,220,24); }

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