Html Css Color HEX #A6D615 Inch Worm

📋 copy color: '#A6D615'

red 166 ◦ green 214 ◦ blue 21

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

Shades of Inch Worm #A6D615

Tints of Inch Worm #A6D615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

 BLUE value IS 21 (8.59% from 255) = 5.24%

R = 41.4%
G = 53.37%
B = 5.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#A6D615 (or 0xA6D615) is known color: Inch Worm. HEX triplet: A6, D6 and 15. RGB value is (166,214,21). Sum of RGB (Red+Green+Blue) = 166+214+21=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D615 is #5929EA. Grayscale: #B2B2B2. Windows color (decimal): -5843435 or 1431206. OLE color: 1431206.

HSL color Cylindrical-coordinate representation of color #A6D615: hue angle of 74.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6D615 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 21 -
CMYK 0.22 0 0.90 0.16
HSL 74.92º 0.82% 0.46% -
HSV(B) 74.92º 0.9% 0.84% -
XYZ 39.91 56.25 9.46 -
YUV 177.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 166 214 21 0.22 0 0.90 0.16 74.92 0.82 0.46
Hex A6 D6 15 16 0 5A 10 4B 52 2E
Octal 246 326 25 26 0 132 20 113 122 56
Binary 10100110 11010110 10101 10110 0 1011010 10000 1001011 1010010 101110

Color Harmonies of #A6D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D615

Black with #A6D615

Text Example


Text Example

White with #A6D615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D615; }

 p { color: rgb(166,214,21); }

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

background-color css

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

 a { background-color: rgb(166,214,21); }

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

border-color css

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

 span { border-color: rgb(166,214,21); }

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