Html Css Color HEX #A6D918 Inch Worm

📋 copy color: '#A6D918'

red 166 ◦ green 217 ◦ blue 24

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

Shades of Inch Worm #A6D918

Tints of Inch Worm #A6D918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

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

R = 40.79%
G = 53.32%
B = 5.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#A6D918 (or 0xA6D918) is known color: Inch Worm. HEX triplet: A6, D9 and 18. RGB value is (166,217,24). Sum of RGB (Red+Green+Blue) = 166+217+24=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D918 is #5926E7. Grayscale: #B4B4B4. Windows color (decimal): -5842664 or 1628582. OLE color: 1628582.

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

Color convert

RGB 166 217 24 -
CMYK 0.24 0 0.89 0.15
HSL 75.85º 0.8% 0.47% -
HSV(B) 75.85º 0.89% 0.85% -
XYZ 40.7 57.8 9.88 -
YUV 179.75 40.1 118.19 -
System Red Green Blue C M Y K H S L
Decimal 166 217 24 0.24 0 0.89 0.15 75.85 0.8 0.47
Hex A6 D9 18 18 0 59 F 4C 50 2F
Octal 246 331 30 30 0 131 17 114 120 57
Binary 10100110 11011001 11000 11000 0 1011001 1111 1001100 1010000 101111

Color Harmonies of #A6D918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D918

Black with #A6D918

Text Example


Text Example

White with #A6D918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D918; }

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

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

background-color css

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

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

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

border-color css

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

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

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