Html Css Color HEX #A6D914 Inch Worm

📋 copy color: '#A6D914'

red 166 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #A6D914

Tints of Inch Worm #A6D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 41.19%
G = 53.85%
B = 4.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#A6D914 (or 0xA6D914) is known color: Inch Worm. HEX triplet: A6, D9 and 14. RGB value is (166,217,20). Sum of RGB (Red+Green+Blue) = 166+217+20=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D914 is #5926EB. Grayscale: #B4B4B4. Windows color (decimal): -5842668 or 1366438. OLE color: 1366438.

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

Color convert

RGB 166 217 20 -
CMYK 0.24 0 0.91 0.15
HSL 75.53º 0.83% 0.46% -
HSV(B) 75.53º 0.91% 0.85% -
XYZ 40.67 57.78 9.67 -
YUV 179.29 38.1 118.52 -
System Red Green Blue C M Y K H S L
Decimal 166 217 20 0.24 0 0.91 0.15 75.53 0.83 0.46
Hex A6 D9 14 18 0 5B F 4C 53 2E
Octal 246 331 24 30 0 133 17 114 123 56
Binary 10100110 11011001 10100 11000 0 1011011 1111 1001100 1010011 101110

Color Harmonies of #A6D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D914

Black with #A6D914

Text Example


Text Example

White with #A6D914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D914; }

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

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

background-color css

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

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

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

border-color css

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

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

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