Html Css Color HEX #A6D815 Inch Worm

📋 copy color: '#A6D815'

red 166 ◦ green 216 ◦ blue 21

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

Shades of Inch Worm #A6D815

Tints of Inch Worm #A6D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.6%

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

R = 41.19%
G = 53.6%
B = 5.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#A6D815 (or 0xA6D815) is known color: Inch Worm. HEX triplet: A6, D8 and 15. RGB value is (166,216,21). Sum of RGB (Red+Green+Blue) = 166+216+21=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D815 is #5927EA. Grayscale: #B3B3B3. Windows color (decimal): -5842923 or 1431718. OLE color: 1431718.

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

Color convert

RGB 166 216 21 -
CMYK 0.23 0 0.90 0.15
HSL 75.38º 0.82% 0.46% -
HSV(B) 75.38º 0.9% 0.85% -
XYZ 40.42 57.27 9.63 -
YUV 178.82 38.94 118.86 -
System Red Green Blue C M Y K H S L
Decimal 166 216 21 0.23 0 0.90 0.15 75.38 0.82 0.46
Hex A6 D8 15 17 0 5A F 4B 52 2E
Octal 246 330 25 27 0 132 17 113 122 56
Binary 10100110 11011000 10101 10111 0 1011010 1111 1001011 1010010 101110

Color Harmonies of #A6D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D815

Black with #A6D815

Text Example


Text Example

White with #A6D815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D815; }

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

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

background-color css

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

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

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

border-color css

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

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

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