Html Css Color HEX #A6D315 Inch Worm

📋 copy color: '#A6D315'

red 166 ◦ green 211 ◦ blue 21

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

Shades of Inch Worm #A6D315

Tints of Inch Worm #A6D315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.02%

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

R = 41.71%
G = 53.02%
B = 5.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#A6D315 (or 0xA6D315) is known color: Inch Worm. HEX triplet: A6, D3 and 15. RGB value is (166,211,21). Sum of RGB (Red+Green+Blue) = 166+211+21=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D315 is #592CEA. Grayscale: #B0B0B0. Windows color (decimal): -5844203 or 1430438. OLE color: 1430438.

HSL color Cylindrical-coordinate representation of color #A6D315: hue angle of 74.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6D315 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 21 -
CMYK 0.21 0 0.90 0.17
HSL 74.21º 0.82% 0.45% -
HSV(B) 74.21º 0.9% 0.83% -
XYZ 39.16 54.75 9.21 -
YUV 175.89 40.59 120.95 -
System Red Green Blue C M Y K H S L
Decimal 166 211 21 0.21 0 0.90 0.17 74.21 0.82 0.45
Hex A6 D3 15 15 0 5A 11 4A 52 2D
Octal 246 323 25 25 0 132 21 112 122 55
Binary 10100110 11010011 10101 10101 0 1011010 10001 1001010 1010010 101101

Color Harmonies of #A6D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D315

Black with #A6D315

Text Example


Text Example

White with #A6D315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D315; }

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

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

background-color css

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

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

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

border-color css

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

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

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